components/python/sqlalchemy/Makefile
changeset 1948 2d1537e7942d
parent 1907 446472de62e9
child 3497 091183b2cc24
--- a/components/python/sqlalchemy/Makefile	Fri Jun 13 10:00:52 2014 -0600
+++ b/components/python/sqlalchemy/Makefile	Fri Jun 13 12:36:52 2014 -0700
@@ -32,9 +32,11 @@
 COMPONENT_PROJECT_URL=	http://www.sqlalchemy.org/
 COMPONENT_BUGDB=	python-mod/sqlalchemy
 
+TPNO=			14503
+
 # This module appears to be Python 3 ready, but work is needed before we can
 # enable it.  See the README.py3k in the distro for details.
-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