summaryrefslogtreecommitdiff
path: root/pkg_resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'pkg_resources.py')
-rw-r--r--pkg_resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py
index 5e3967f3..dea54490 100644
--- a/pkg_resources.py
+++ b/pkg_resources.py
@@ -2474,7 +2474,7 @@ class DistInfoDistribution(Distribution):
return True
return marker_fn
try:
- from wheel.markers import as_function
+ from markerlib import as_function
except ImportError:
as_function = dummy_marker
dm = self.__dep_map = {None: []}