aboutsummaryrefslogtreecommitdiffstats
path: root/coin_build_instructions.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-02-06 10:39:30 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-02-06 12:17:29 +0000
commit8e3c7aab0eae6b316cfffd2f3c3457dadc97bdeb (patch)
tree8923c464521c1ea02330ae67295ca7733b36cc91 /coin_build_instructions.py
parent263df6601717b52237f62c08ad1f6bc536093e45 (diff)
coin_build/test_instructions.py: Add more packages
Add numpy for testing arrays, sphinx for the documentation and PyOpenGL for testing. Change-Id: I62662de47fb89f8277faed74ad9cedd20efec556 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'coin_build_instructions.py')
-rw-r--r--coin_build_instructions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin_build_instructions.py b/coin_build_instructions.py
index 5c12415dd..b690012f8 100644
--- a/coin_build_instructions.py
+++ b/coin_build_instructions.py
@@ -101,7 +101,7 @@ def call_setup(python_ver):
rmtree(_env, True)
run_instruction(["virtualenv", "-p", _pExe, _env], "Failed to create virtualenv")
- install_pip_dependencies(env_pip, ["six", "setuptools"])
+ install_pip_dependencies(env_pip, ["numpy", "setuptools", "sphinx", "six"])
install_pip_wheel_package(env_pip)
cmd = [env_python, "-u", "setup.py"]