Skip to content

Commit 459e23e

Browse files
committed
Remove pypackaging from extern in setuptools
1 parent 0c106bf commit 459e23e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

setuptools/extern/__init__.py

+9-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,14 @@ def install(self):
7070

7171

7272
names = (
73-
'packaging', 'pyparsing', 'ordered_set', 'more_itertools', 'importlib_metadata',
74-
'zipp', 'importlib_resources', 'jaraco', 'typing_extensions', 'tomli',
73+
'packaging',
74+
'ordered_set',
75+
'more_itertools',
76+
'importlib_metadata',
77+
'zipp',
78+
'importlib_resources',
79+
'jaraco',
80+
'typing_extensions',
81+
'tomli',
7582
)
7683
VendorImporter(__name__, names, 'setuptools._vendor').install()

0 commit comments

Comments
 (0)