From 61bd8baac61ca5d88fc99d95e5e0f95f924bd3a0 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Fri, 17 May 2013 17:12:00 +0300 Subject: python-cliff: added 1.3.2 Signed-off-by: Mihai Prica --- .../remove-distribute-dependency.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-cliff/remove-distribute-dependency.patch (limited to 'meta-openstack/recipes-devtools/python/python-cliff/remove-distribute-dependency.patch') 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 @@ +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