components/python/coverage/Makefile
changeset 1907 446472de62e9
parent 1890 5a4ef66c42bf
child 1948 2d1537e7942d
--- a/components/python/coverage/Makefile	Mon May 19 10:28:03 2014 +0100
+++ b/components/python/coverage/Makefile	Mon May 19 07:37:20 2014 -0700
@@ -35,6 +35,11 @@
 COMPONENT_ARCHIVE_URL=	http://pypi.python.org/packages/source/c/coverage/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	python-mod/coverage
 
+# Not Python 3 ready: weird build issues (tries to download & install
+# "distribute").  But coverage version 3.7.1 has fixed these issues; it
+# builds and publishes fine with Python 3.
+PYTHON_VERSIONS = 2.7 2.6
+
 include $(WS_TOP)/make-rules/prep.mk
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk