Skip to content

Commit

Permalink
Remove pypackaging from extern in setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jan 23, 2023
1 parent 0c106bf commit 459e23e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions setuptools/extern/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,14 @@ def install(self):


names = (
'packaging', 'pyparsing', 'ordered_set', 'more_itertools', 'importlib_metadata',
'zipp', 'importlib_resources', 'jaraco', 'typing_extensions', 'tomli',
'packaging',
'ordered_set',
'more_itertools',
'importlib_metadata',
'zipp',
'importlib_resources',
'jaraco',
'typing_extensions',
'tomli',
)
VendorImporter(__name__, names, 'setuptools._vendor').install()

0 comments on commit 459e23e

Please sign in to comment.