components/python/netifaces/Makefile
changeset 1907 446472de62e9
parent 1691 043f53535ed4
child 1948 2d1537e7942d
--- a/components/python/netifaces/Makefile	Mon May 19 10:28:03 2014 +0100
+++ b/components/python/netifaces/Makefile	Mon May 19 07:37:20 2014 -0700
@@ -32,6 +32,9 @@
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	python-mod/netifaces
 
+# Syntax issues: not Python 3 ready.
+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