components/openstack/swift/Makefile
branchs11-update
changeset 4625 18adb92d4193
parent 4314 96c1b7e2e45c
child 4678 47c0c76602fd
--- a/components/openstack/swift/Makefile	Thu Jul 09 18:19:03 2015 -0700
+++ b/components/openstack/swift/Makefile	Fri Jul 10 20:29:35 2015 +0000
@@ -47,7 +47,7 @@
 
 # Since this is an app, and doesn't provide any public library interfaces, we
 # only need to deliver one version.  The manifest is parameterized, though.
-PYTHON_VERSIONS=	2.6
+PYTHON_VERSIONS=	2.7
 
 PKG_MACROS +=		COMPONENT_BE_VERSION=$(COMPONENT_BE_VERSION)
 PKG_MACROS +=		PYVER=$(PYTHON_VERSIONS)
@@ -79,9 +79,9 @@
 
 
 REQUIRED_PACKAGES += cloud/openstack/openstack-common
-REQUIRED_PACKAGES += library/python/eventlet-26
-REQUIRED_PACKAGES += library/python/iniparse-26
-REQUIRED_PACKAGES += library/python/simplejson-26
-REQUIRED_PACKAGES += library/python/swiftclient-26
+REQUIRED_PACKAGES += library/python/eventlet-27
+REQUIRED_PACKAGES += library/python/iniparse-27
+REQUIRED_PACKAGES += library/python/simplejson-27
+REQUIRED_PACKAGES += library/python/swiftclient-27
 REQUIRED_PACKAGES += service/memcached
 REQUIRED_PACKAGES += system/core-os