Look for version instead of version

This commit is contained in:
Steven Silvester
2014-09-27 07:31:52 -05:00
parent 075b40b92e
commit 78bcf17c18
+2
View File
@@ -99,6 +99,8 @@ def check_requirements():
% PYTHON_VERSION)
for package_name, min_version in DEPENDENCIES.items():
if package_name == 'cython':
package_name = 'Cython'
dep_error = False
try:
package = __import__(package_name)