summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cliff/remove-distribute-dependency.patch
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-05-17 17:12:00 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:54 -0400
commit61bd8baac61ca5d88fc99d95e5e0f95f924bd3a0 (patch)
treeb594edc927c28987de52e06646f402c55733b31d /meta-openstack/recipes-devtools/python/python-cliff/remove-distribute-dependency.patch
parentade10a84461c18f23eb4c4f4f7b96c3d8ccd36d8 (diff)
downloadmeta-cloud-services-61bd8baac61ca5d88fc99d95e5e0f95f924bd3a0.tar.gz
python-cliff: added 1.3.2
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cliff/remove-distribute-dependency.patch')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cliff/remove-distribute-dependency.patch23
1 files changed, 23 insertions, 0 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
new file mode 100644
index 0000000..18aab4c
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-cliff/remove-distribute-dependency.patch
@@ -0,0 +1,23 @@
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 ]