Skip to content

Commit 536ff95

Browse files
committed
Sync */vendored.txt and *.extern.py
1 parent bf57322 commit 536ff95

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

pkg_resources/_vendor/vendored.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ jaraco.text==3.7.0
99
importlib_resources==5.10.2
1010
# required for importlib_resources on older Pythons
1111
zipp==3.7.0
12+
# required for jaraco.functools
13+
more_itertools==8.8.0
1214
# required for jaraco.context on older Pythons
1315
backports.tarfile

pkg_resources/extern/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,10 @@ def install(self):
7979
names = (
8080
'packaging',
8181
'platformdirs',
82+
'typing_extensions',
8283
'jaraco',
8384
'importlib_resources',
85+
'zipp',
8486
'more_itertools',
8587
'backports',
8688
)

setuptools/extern/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ def install(self):
8080
'packaging',
8181
'ordered_set',
8282
'more_itertools',
83-
'importlib_metadata',
84-
'zipp',
85-
'importlib_resources',
8683
'jaraco',
84+
'importlib_resources',
85+
'importlib_metadata',
8786
'typing_extensions',
87+
'zipp',
8888
'tomli',
8989
'backports',
9090
)

0 commit comments

Comments
 (0)