2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

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

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=[],