components/python/pecan/Makefile
changeset 4984 7145b15b7f0d
parent 4460 e5811789e2fb
child 6814 77e140597bcb
--- a/components/python/pecan/Makefile	Tue Oct 20 05:38:14 2015 -0700
+++ b/components/python/pecan/Makefile	Tue Oct 20 15:05:05 2015 -0700
@@ -38,7 +38,7 @@
 TPNO=			22205
 
 # Depends on logutils and webtest which are 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
@@ -60,5 +60,4 @@
 test:		$(TEST_NO_ARCH)
 
 
-REQUIRED_PACKAGES += library/python/setuptools-26
 REQUIRED_PACKAGES += library/python/setuptools-27