setup.py: automate installation of llvmlite_artiq dependency

This commit is contained in:
Yann Sionneau 2015-08-28 17:59:54 +02:00
parent 2056831c05
commit fc1c7c2bed
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ setup(
install_requires=requirements,
extras_require={},
dependency_links=[
"git+https://github.com/pyqtgraph/pyqtgraph.git@a6d5e28#egg=pyqtgraph"
"git+https://github.com/pyqtgraph/pyqtgraph.git@a6d5e28#egg=pyqtgraph",
"git+https://github.com/m-labs/llvmlite.git@artiq#egg=llvmlite_artiq"
],
packages=find_packages(),
namespace_packages=[],