Skip to content
Snippets Groups Projects
Commit 227b7740 authored by Erik Johnston's avatar Erik Johnston
Browse files

DEPENDENCY_LINKS was turned to a list

parent efeeff29
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ setup( ...@@ -52,7 +52,7 @@ setup(
"setuptools_trial", "setuptools_trial",
"mock" "mock"
], ],
dependency_links=dependencies["DEPENDENCY_LINKS"], dependency_links=dependencies["DEPENDENCY_LINKS"].values(),
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,
long_description=long_description, long_description=long_description,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment