diff --git a/setup.py b/setup.py index 52bd358306..73f3f7d927 100755 --- a/setup.py +++ b/setup.py @@ -150,7 +150,7 @@ def read_requirements(filename): raise ValueError('Unknown requirement: {0}' .format(line)) - DEPENDENCY_LINKS.append(repo_link) + DEPENDENCY_LINKS.append(line) line = egg_name.replace('-', '==')