summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pip/_internal/req/req_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pip/_internal/req/req_install.py b/src/pip/_internal/req/req_install.py
index 312b1b3c3..40082cdc9 100644
--- a/src/pip/_internal/req/req_install.py
+++ b/src/pip/_internal/req/req_install.py
@@ -507,6 +507,7 @@ class InstallRequirement(object):
else:
self.conflicts_with = existing_dist
return True
+
# Things valid for wheels
@property
def is_wheel(self):
@@ -1016,7 +1017,6 @@ class InstallRequirement(object):
return install_args
-
def _strip_postfix(req):
"""
Strip req postfix ( -dev, 0.2, etc )