summaryrefslogtreecommitdiff
path: root/pkg_resources
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-08-16 11:25:02 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-08-16 11:25:02 -0400
commit675d32ff667e90d239c95359007a58cb3aa88a97 (patch)
tree11c3b4b568f213f6a5fa185b75b509170c7e21d8 /pkg_resources
parentf991fbb3c9d0e10a0a78ae2b508b3fd99f9cdef2 (diff)
downloadpython-setuptools-git-675d32ff667e90d239c95359007a58cb3aa88a97.tar.gz
Remove six from 'extern' as vendored.
Diffstat (limited to 'pkg_resources')
-rw-r--r--pkg_resources/extern/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/extern/__init__.py b/pkg_resources/extern/__init__.py
index bf98d8f2..4dc3beb2 100644
--- a/pkg_resources/extern/__init__.py
+++ b/pkg_resources/extern/__init__.py
@@ -62,5 +62,5 @@ class VendorImporter:
sys.meta_path.append(self)
-names = 'packaging', 'pyparsing', 'six', 'appdirs'
+names = 'packaging', 'pyparsing', 'appdirs'
VendorImporter(__name__, names).install()