diff options
Diffstat (limited to 'setuptools/extern/__init__.py')
| -rw-r--r-- | setuptools/extern/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/extern/__init__.py b/setuptools/extern/__init__.py index 70ac180c..da3d668d 100644 --- a/setuptools/extern/__init__.py +++ b/setuptools/extern/__init__.py @@ -69,5 +69,5 @@ class VendorImporter: sys.meta_path.append(self) -names = 'six', -VendorImporter(__name__, names, 'pkg_resources._vendor').install() +names = 'six', 'packaging', 'pyparsing', +VendorImporter(__name__, names, 'setuptools._vendor').install() |
