components/python/pycups/Makefile
branchs11-update
changeset 3789 137fdcb27c8e
parent 3778 35735ffdda43
child 3996 20c0f21bbe1e
--- a/components/python/pycups/Makefile	Mon Feb 02 19:25:18 2015 -0800
+++ b/components/python/pycups/Makefile	Mon Feb 02 19:31:12 2015 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -37,7 +37,7 @@
 TPNO=			9025
 
 # Fails to compile: not Python 3 ready.
-PYTHON_VERSIONS = 2.7 2.6
+PYTHON_VERSIONS=	2.7 2.6
 
 include $(WS_TOP)/make-rules/prep.mk
 include $(WS_TOP)/make-rules/setup.py.mk