-
- Downloads
Bug 1731145: Don't ignore vendored package `*.egg-info` directories r=ahal
The `*.egg-info` directories are needed for the packages to show up as "distributions" to `pip` and other environment-checking logic. We know that `*.egg-info` directories are cross-platform because they exist in the globally-usable `tar.gz` releases of packages. Differential Revision: https://phabricator.services.mozilla.com/D125909
Showing
- .gitignore 6 additions, 1 deletion.gitignore
- .hgignore 4 additions, 1 deletion.hgignore
- python/mozbuild/mozbuild/test/test_vendor.py 0 additions, 1 deletionpython/mozbuild/mozbuild/test/test_vendor.py
- third_party/python/MarkupSafe/src/MarkupSafe.egg-info/PKG-INFO 101 additions, 0 deletions..._party/python/MarkupSafe/src/MarkupSafe.egg-info/PKG-INFO
- third_party/python/MarkupSafe/src/MarkupSafe.egg-info/SOURCES.txt 31 additions, 0 deletions...rty/python/MarkupSafe/src/MarkupSafe.egg-info/SOURCES.txt
- third_party/python/MarkupSafe/src/MarkupSafe.egg-info/dependency_links.txt 1 addition, 0 deletions...n/MarkupSafe/src/MarkupSafe.egg-info/dependency_links.txt
- third_party/python/MarkupSafe/src/MarkupSafe.egg-info/top_level.txt 1 addition, 0 deletions...y/python/MarkupSafe/src/MarkupSafe.egg-info/top_level.txt
- third_party/python/PyYAML/lib3/PyYAML.egg-info/PKG-INFO 44 additions, 0 deletionsthird_party/python/PyYAML/lib3/PyYAML.egg-info/PKG-INFO
- third_party/python/PyYAML/lib3/PyYAML.egg-info/SOURCES.txt 670 additions, 0 deletionsthird_party/python/PyYAML/lib3/PyYAML.egg-info/SOURCES.txt
- third_party/python/PyYAML/lib3/PyYAML.egg-info/dependency_links.txt 1 addition, 0 deletions...y/python/PyYAML/lib3/PyYAML.egg-info/dependency_links.txt
- third_party/python/PyYAML/lib3/PyYAML.egg-info/top_level.txt 2 additions, 0 deletionsthird_party/python/PyYAML/lib3/PyYAML.egg-info/top_level.txt
- third_party/python/aiohttp/aiohttp.egg-info/PKG-INFO 966 additions, 0 deletionsthird_party/python/aiohttp/aiohttp.egg-info/PKG-INFO
- third_party/python/aiohttp/aiohttp.egg-info/SOURCES.txt 246 additions, 0 deletionsthird_party/python/aiohttp/aiohttp.egg-info/SOURCES.txt
- third_party/python/aiohttp/aiohttp.egg-info/dependency_links.txt 1 addition, 0 deletions...arty/python/aiohttp/aiohttp.egg-info/dependency_links.txt
- third_party/python/aiohttp/aiohttp.egg-info/requires.txt 14 additions, 0 deletionsthird_party/python/aiohttp/aiohttp.egg-info/requires.txt
- third_party/python/aiohttp/aiohttp.egg-info/top_level.txt 1 addition, 0 deletionsthird_party/python/aiohttp/aiohttp.egg-info/top_level.txt
- third_party/python/coverage/coverage.egg-info/PKG-INFO 187 additions, 0 deletionsthird_party/python/coverage/coverage.egg-info/PKG-INFO
- third_party/python/coverage/coverage.egg-info/SOURCES.txt 287 additions, 0 deletionsthird_party/python/coverage/coverage.egg-info/SOURCES.txt
- third_party/python/coverage/coverage.egg-info/dependency_links.txt 1 addition, 0 deletions...ty/python/coverage/coverage.egg-info/dependency_links.txt
- third_party/python/coverage/coverage.egg-info/entry_points.txt 5 additions, 0 deletions..._party/python/coverage/coverage.egg-info/entry_points.txt
Loading
Please register or sign in to comment