components/python/psutil/Makefile
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 6035 c9748fcc32de
--- a/components/python/psutil/Makefile	Wed Mar 22 09:27:09 2017 -0700
+++ b/components/python/psutil/Makefile	Mon Mar 27 15:35:14 2017 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
@@ -38,7 +38,7 @@
 TPNO=			25720
 
 # Syntax Errors, 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