components/logilab-common/Makefile
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 4563 5d3e1ffc1ae1
--- a/components/logilab-common/Makefile	Wed Mar 22 09:27:09 2017 -0700
+++ b/components/logilab-common/Makefile	Mon Mar 27 15:35:14 2017 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -38,7 +38,7 @@
 TPNO=			8268
 
 # Syntax issues: not Python 3 ready.
-PYTHON_VERSIONS=	2.7 2.6
+PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
 
 include $(WS_MAKE_RULES)/prep.mk
 
@@ -68,13 +68,6 @@
 
 install:	$(INSTALL_NO_ARCH)
 	
-# The tests are run using python 2.7 only and require that the
-# python-27 package is installed (does not have to be the default python). 
-# Testing using python-26 is done manually, since it requires
-# downloading and installing the unittest2 component (not part of Solaris).
-# which provides python 2.7 functionality to the unittest python library
-# in the python2.6 package.
-
 # Use the python 2.7 libraries (via PYTHONPATH setting) for testing.
 test: PYTHON_VERSION=2.7
 
@@ -88,5 +81,4 @@
 
 test:	$(TEST_NO_ARCH)
 
-REQUIRED_PACKAGES += library/python-2/pyorbit-26
 REQUIRED_PACKAGES += library/python/pyorbit-27