diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:36:29 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:55 -0400 |
| commit | afaacb560c37d7421dddaa275128db583b9acd70 (patch) | |
| tree | 45e6778c8111c5ca66811c3f4269407f9bc9dd33 /meta-openstack/recipes-devtools/python/python-stevedore/remove-distribute-dependency.patch | |
| parent | 383259f8a3f3be610e9889c9194dc6c36ae8c8bd (diff) | |
| download | meta-cloud-services-afaacb560c37d7421dddaa275128db583b9acd70.tar.gz | |
python-stevedore: added 0.8
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-stevedore/remove-distribute-dependency.patch')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-stevedore/remove-distribute-dependency.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-stevedore/remove-distribute-dependency.patch b/meta-openstack/recipes-devtools/python/python-stevedore/remove-distribute-dependency.patch new file mode 100644 index 0000000..49a68de --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-stevedore/remove-distribute-dependency.patch | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | Index: stevedore-0.8/setup.py | ||
| 2 | =================================================================== | ||
| 3 | --- stevedore-0.8.orig/setup.py | ||
| 4 | +++ stevedore-0.8/setup.py | ||
| 5 | @@ -1,8 +1,8 @@ | ||
| 6 | #!/usr/bin/env python | ||
| 7 | |||
| 8 | # Bootstrap installation of Distribute | ||
| 9 | -import distribute_setup | ||
| 10 | -distribute_setup.use_setuptools() | ||
| 11 | +#import distribute_setup | ||
| 12 | +#distribute_setup.use_setuptools() | ||
| 13 | |||
| 14 | from setuptools import setup, find_packages | ||
| 15 | |||
| 16 | @@ -11,8 +11,7 @@ try: | ||
| 17 | except IOError: | ||
| 18 | long_description = '' | ||
| 19 | |||
| 20 | -install_requires = ['distribute', | ||
| 21 | - ] | ||
| 22 | +install_requires = [] | ||
| 23 | |||
| 24 | setup( | ||
| 25 | name='stevedore', | ||
