diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cliff')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cliff/remove-distribute-dependency.patch | 23 |
1 files changed, 0 insertions, 23 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 @@ | |||
| 1 | Index: 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 | ] | ||
