From ee9b1b5d512384967ea7998b04a250928014d18a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 27 Nov 2013 11:11:28 -0500 Subject: python-cliff: uprev to havana nova-api minimum requirements Signed-off-by: Bruce Ashfield --- .../remove-distribute-dependency.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-cliff/remove-distribute-dependency.patch (limited to 'meta-openstack/recipes-devtools/python/python-cliff') 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 @@ -Index: cliff-1.3.2/setup.py -=================================================================== ---- cliff-1.3.2.orig/setup.py -+++ cliff-1.3.2/setup.py -@@ -5,10 +5,6 @@ PROJECT = 'cliff' - # Change docs/source/conf.py too! - VERSION = '1.3.2' - --# Bootstrap installation of Distribute --import distribute_setup --distribute_setup.use_setuptools() -- - from setuptools import setup, find_packages - - from distutils.util import convert_path -@@ -22,7 +18,6 @@ except IOError: - long_description = '' - - install_requires = [ -- 'distribute', - 'PrettyTable>=0.6,<0.8', - 'cmd2==0.6.4', - ] -- cgit v1.2.3-54-g00ecf