mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
97b39cb317
The `upload_geneated_sources.py` script needs `boto3`, but was: * Running in CI with Mach having a site-packages-source of `None` * Using the `common` site (which inherits Mach's site-packages-source) * Installing `boto3` outside of the knowledge of the centralized dependency system. Make a `upload-generated-sources` site, and move `boto3` to it. Differential Revision: https://phabricator.services.mozilla.com/D143715
2 lines
18 B
Plaintext
2 lines
18 B
Plaintext
pypi:boto3==1.4.4
|