summaryrefslogtreecommitdiff
path: root/setuptools/wheel.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-03-17 14:10:32 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-03-17 14:10:32 -0400
commit929acc4e551448a68411968fb50336ad51ed4d3c (patch)
tree6eb60f4a8825bd6180746a984c423b15a5d57281 /setuptools/wheel.py
parentd0f7a33daba39f60aa402c094cd4276b8b6ce462 (diff)
downloadpython-setuptools-git-929acc4e551448a68411968fb50336ad51ed4d3c.tar.gz
Setuptools now vendors its own direct dependencies (packaging, six, pyparsing). Ref #1296.
Diffstat (limited to 'setuptools/wheel.py')
-rw-r--r--setuptools/wheel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/wheel.py b/setuptools/wheel.py
index 9ffe434a..37dfa531 100644
--- a/setuptools/wheel.py
+++ b/setuptools/wheel.py
@@ -8,7 +8,7 @@ import re
import zipfile
from pkg_resources import Distribution, PathMetadata, parse_version
-from pkg_resources.extern.six import PY3
+from setuptools.extern.six import PY3
from setuptools import Distribution as SetuptoolsDistribution
from setuptools import pep425tags
from setuptools.command.egg_info import write_requirements