components/python/alembic/Makefile
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
--- a/components/python/alembic/Makefile	Thu Feb 12 10:14:29 2015 -0800
+++ b/components/python/alembic/Makefile	Fri Feb 06 16:51:20 2015 -0800
@@ -18,7 +18,9 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+
+#
+# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -34,6 +36,9 @@
 
 TPNO=			14503
 
+# Depends on sqlalchemy which 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
 include $(WS_TOP)/make-rules/ips.mk