components/python/kombu/Makefile
changeset 1909 0f03fb0ff75c
parent 1484 01108fd9c6ef
child 1948 2d1537e7942d
--- a/components/python/kombu/Makefile	Mon May 19 15:19:50 2014 -0600
+++ b/components/python/kombu/Makefile	Mon May 19 19:03:30 2014 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -32,6 +32,11 @@
 COMPONENT_PROJECT_URL=	http://kombu.readthedocs.org/
 COMPONENT_BUGDB=	python-mod/kombu
 
+# Depends on pyrabbit which depends on httplib2 which has its own dependency
+# issues (see its Makefile for details).  So don't build for Python 3 until
+# dependencies resolved.
+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