From fc1c7c2bed73f82bb0c2cbae769ddd23be0f5c67 Mon Sep 17 00:00:00 2001
From: Yann Sionneau <ys@m-labs.hk>
Date: Fri, 28 Aug 2015 17:59:54 +0200
Subject: [PATCH] setup.py: automate installation of llvmlite_artiq dependency

---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index cbbb51de6..ec1603748 100755
--- a/setup.py
+++ b/setup.py
@@ -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=[],