summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-27 11:11:28 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-27 11:11:28 -0500
commitee9b1b5d512384967ea7998b04a250928014d18a (patch)
treeb8ee65688d3412aeba00d31e4e0fb42d2940b3cd /meta-openstack
parentdf8f601c6d07e3cedd5542a4648cf79280fe06fe (diff)
downloadmeta-cloud-services-ee9b1b5d512384967ea7998b04a250928014d18a.tar.gz
python-cliff: uprev to havana nova-api minimum requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cliff/remove-distribute-dependency.patch23
-rw-r--r--meta-openstack/recipes-devtools/python/python-cliff_1.4.5.bb (renamed from meta-openstack/recipes-devtools/python/python-cliff_1.3.2.bb)7
2 files changed, 3 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cliff/remove-distribute-dependency.patch b/meta-openstack/recipes-devtools/python/python-cliff/remove-distribute-dependency.patch
deleted file mode 100644
index 18aab4c..0000000
--- a/meta-openstack/recipes-devtools/python/python-cliff/remove-distribute-dependency.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1Index: cliff-1.3.2/setup.py
2===================================================================
3--- cliff-1.3.2.orig/setup.py
4+++ cliff-1.3.2/setup.py
5@@ -5,10 +5,6 @@ PROJECT = 'cliff'
6 # Change docs/source/conf.py too!
7 VERSION = '1.3.2'
8
9-# Bootstrap installation of Distribute
10-import distribute_setup
11-distribute_setup.use_setuptools()
12-
13 from setuptools import setup, find_packages
14
15 from distutils.util import convert_path
16@@ -22,7 +18,6 @@ except IOError:
17 long_description = ''
18
19 install_requires = [
20- 'distribute',
21 'PrettyTable>=0.6,<0.8',
22 'cmd2==0.6.4',
23 ]
diff --git a/meta-openstack/recipes-devtools/python/python-cliff_1.3.2.bb b/meta-openstack/recipes-devtools/python/python-cliff_1.4.5.bb
index 05de68b..793ceca 100644
--- a/meta-openstack/recipes-devtools/python/python-cliff_1.3.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-cliff_1.4.5.bb
@@ -7,11 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
7PR = "r0" 7PR = "r0"
8SRCNAME = "cliff" 8SRCNAME = "cliff"
9 9
10SRC_URI = "https://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ 10SRC_URI = "https://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 file://remove-distribute-dependency.patch"
12 11
13SRC_URI[md5sum] = "a42f7894dbc70f42c0979042175f1b8f" 12SRC_URI[md5sum] = "21743e9e800cf526e88e420f366a4c5c"
14SRC_URI[sha256sum] = "7c0250b5139993d04dcbb8b9d05376094b7271586b3698b4764c7c6f4697e0f8" 13SRC_URI[sha256sum] = "0ec2c40e899cbb4d478aa946e1430600bf596ca2a3f12162a9514e9d580935ec"
15 14
16S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
17 16