components/python/sqlalchemy-migrate/Makefile
changeset 4984 7145b15b7f0d
parent 4339 6501cf9c29f9
child 5405 66fd59fecd68
--- a/components/python/sqlalchemy-migrate/Makefile	Tue Oct 20 05:38:14 2015 -0700
+++ b/components/python/sqlalchemy-migrate/Makefile	Tue Oct 20 15:05:05 2015 -0700
@@ -35,7 +35,7 @@
 TPNO=			21740
 
 # Syntax issues: not Python 3 ready.
-PYTHON_VERSIONS=	2.7 2.6
+PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/setup.py.mk
@@ -62,12 +62,7 @@
 
 system-test:    $(NO_TESTS)
 
-
-REQUIRED_PACKAGES += library/python/decorator-26
 REQUIRED_PACKAGES += library/python/decorator-27
-REQUIRED_PACKAGES += library/python/setuptools-26
 REQUIRED_PACKAGES += library/python/setuptools-27
-REQUIRED_PACKAGES += library/python/six-26
 REQUIRED_PACKAGES += library/python/six-27
-REQUIRED_PACKAGES += library/python/sqlalchemy-26
 REQUIRED_PACKAGES += library/python/sqlalchemy-27