components/python/coverage/Makefile
changeset 706 6e61f0012046
parent 609 775168282b2f
child 751 32bfb3fa9b60
--- a/components/python/coverage/Makefile	Thu Feb 23 15:58:00 2012 -0800
+++ b/components/python/coverage/Makefile	Fri Feb 24 13:30:24 2012 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -36,6 +36,10 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+# Building for Python 2.7 requires a corresponding setuptools package, so only
+# build the Python 2.6 version for now.
+PYTHON_VERSIONS=2.6
+
 # common targets
 build:		$(BUILD_32)