Skip to content

Commit

Permalink
Remove six from 'extern' as vendored.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 16, 2020
1 parent f991fbb commit 675d32f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg_resources/extern/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ def install(self):
sys.meta_path.append(self)


names = 'packaging', 'pyparsing', 'six', 'appdirs'
names = 'packaging', 'pyparsing', 'appdirs'
VendorImporter(__name__, names).install()
2 changes: 1 addition & 1 deletion setuptools/extern/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ def install(self):
sys.meta_path.append(self)


names = 'six', 'packaging', 'pyparsing', 'ordered_set',
names = 'packaging', 'pyparsing', 'ordered_set',
VendorImporter(__name__, names, 'setuptools._vendor').install()

0 comments on commit 675d32f

Please sign in to comment.