components/python/netaddr/Makefile
changeset 1948 2d1537e7942d
parent 1907 446472de62e9
child 3716 a2629a2cf270
--- a/components/python/netaddr/Makefile	Fri Jun 13 10:00:52 2014 -0600
+++ b/components/python/netaddr/Makefile	Fri Jun 13 12:36:52 2014 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -32,10 +32,12 @@
 COMPONENT_ARCHIVE_URL=	http://github.com/downloads/drkjam/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	python-mod/netaddr
 
-# This module depends on iPython and cannot support Python 3.3 until iPython
+TPNO=			13141
+
+# This module depends on iPython and cannot support Python 3 until iPython
 # is also migrated.
 #
-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