From db00baa230f57486043f2ca33267e665de6d5b8d Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 3 May 2019 17:52:08 +0200 Subject: [PATCH] deploy-ng: add link to index for thirdparty wheels This is where we can host wheels for packages that haven't uploaded wheels for all platforms, such as PyYAML and esper. [skip ci] --- direct/src/dist/commands.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/direct/src/dist/commands.py b/direct/src/dist/commands.py index 9ba567f067..e5d9ac4f72 100644 --- a/direct/src/dist/commands.py +++ b/direct/src/dist/commands.py @@ -239,7 +239,9 @@ class build_apps(setuptools.Command): self.requirements_path = os.path.join(os.getcwd(), 'requirements.txt') self.use_optimized_wheels = True self.optimized_wheel_index = '' - self.pypi_extra_indexes = [] + self.pypi_extra_indexes = [ + 'https://archive.panda3d.org/thirdparty', + ] self.file_handlers = {} self.exclude_dependencies = [ # Windows