Fix improperly referenced variable in setup.py parsing

This commit is contained in:
Matthew Johnson
2017-06-12 10:13:57 -07:00
parent e7831c42e2
commit a85efb4b15
+2 -2
View File
@@ -426,9 +426,9 @@ def add_setup_py_requires(filename):
for dep in ast.literal_eval(line):
print(dep)
dep = clean_python_req(dep, False)
add_buildreq(py_deps)
add_buildreq(dep)
if req:
add_requires(py_deps)
add_requires(dep)
continue
# if py_dep_string was set above when a multi-line list was