diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-23 11:09:00 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-23 11:09:00 +0000 |
| commit | e96930187e18e8233f2182c17df0a8d862299166 (patch) | |
| tree | 01504d35f750b50956a1cf346b2b05d866e94102 /pkg_resources/extern | |
| parent | 459e23ec528a191b330c0044a49b2cb0326ee035 (diff) | |
| download | python-setuptools-git-e96930187e18e8233f2182c17df0a8d862299166.tar.gz | |
Remove pypackaging from extern in pkg_resources
Diffstat (limited to 'pkg_resources/extern')
| -rw-r--r-- | pkg_resources/extern/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg_resources/extern/__init__.py b/pkg_resources/extern/__init__.py index bacc5d77..948bcc60 100644 --- a/pkg_resources/extern/__init__.py +++ b/pkg_resources/extern/__init__.py @@ -72,7 +72,6 @@ class VendorImporter: names = ( 'packaging', - 'pyparsing', 'platformdirs', 'jaraco', 'importlib_resources', |
