components/python/paste/Makefile
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 3996 20c0f21bbe1e
--- a/components/python/paste/Makefile	Wed Mar 22 09:27:09 2017 -0700
+++ b/components/python/paste/Makefile	Mon Mar 27 15:35:14 2017 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -35,7 +35,7 @@
 TPNO=			14503
 
 # 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
@@ -56,7 +56,5 @@
 test:		$(TEST_NO_ARCH)
 
 
-REQUIRED_PACKAGES += library/python/pyopenssl-26
 REQUIRED_PACKAGES += library/python/pyopenssl-27
-REQUIRED_PACKAGES += library/python/setuptools-26
 REQUIRED_PACKAGES += library/python/setuptools-27