##// END OF EJS Templates
Fix wheel dependency specification
Thomas Kluyver -
Show More
@@ -643,7 +643,7 b' def get_bdist_wheel():'
643 _remove_startswith(requires, pkg)
643 _remove_startswith(requires, pkg)
644 requires.append("gnureadline; sys.platform == 'darwin' and platform.python_implementation == 'CPython'")
644 requires.append("gnureadline; sys.platform == 'darwin' and platform.python_implementation == 'CPython'")
645 requires.append("pyreadline (>=2.0); sys.platform == 'win32' and platform.python_implementation == 'CPython'")
645 requires.append("pyreadline (>=2.0); sys.platform == 'win32' and platform.python_implementation == 'CPython'")
646 requires.append("mock; extra == 'test'; python_version < '3.3'")
646 requires.append("mock; extra == 'test' and python_version < '3.3'")
647 for r in requires:
647 for r in requires:
648 pkg_info['Requires-Dist'] = r
648 pkg_info['Requires-Dist'] = r
649 write_pkg_info(metadata_path, pkg_info)
649 write_pkg_info(metadata_path, pkg_info)
General Comments 0
You need to be logged in to leave comments. Login now