components/python/python-ldap/Makefile
changeset 1948 2d1537e7942d
parent 1907 446472de62e9
child 3497 091183b2cc24
--- a/components/python/python-ldap/Makefile	Fri Jun 13 10:00:52 2014 -0600
+++ b/components/python/python-ldap/Makefile	Fri Jun 13 12:36:52 2014 -0700
@@ -32,8 +32,10 @@
 COMPONENT_PROJECT_URL=	http://www.python-ldap.org/
 COMPONENT_BUGDB=	python-mod/python-ldap
 
-# This module has syntax issues and this is not Python 3 ready.
-PYTHON_VERSIONS = 2.7 2.6
+TPNO=			14503
+
+# This module has syntax issues and thus is 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