diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-08-08 10:26:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-08-13 13:23:59 +0200 |
commit | a1a48b82581114dc55141ff6579e66ec9245fc3c (patch) | |
tree | 1daf8e00c53a4d96472ef616705940d64ab642ca /dev-python/stevedore | |
parent | dev-python/pyzmq: remove unused patch (diff) | |
download | gentoo-a1a48b82581114dc55141ff6579e66ec9245fc3c.tar.gz gentoo-a1a48b82581114dc55141ff6579e66ec9245fc3c.tar.bz2 gentoo-a1a48b82581114dc55141ff6579e66ec9245fc3c.zip |
dev-python/stevedore: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/5352
Diffstat (limited to 'dev-python/stevedore')
-rw-r--r-- | dev-python/stevedore/files/1.1.0-requirements.patch | 13 | ||||
-rw-r--r-- | dev-python/stevedore/files/1.4.0-requirements.patch | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/stevedore/files/1.1.0-requirements.patch b/dev-python/stevedore/files/1.1.0-requirements.patch deleted file mode 100644 index cc4649752e3f..000000000000 --- a/dev-python/stevedore/files/1.1.0-requirements.patch +++ /dev/null @@ -1,13 +0,0 @@ -pbr is used only at build time -argparse is in the standard library -six is used only in examples -https://bugs.gentoo.org/show_bug.cgi?id=546776 ---- a/requirements.txt -+++ b/requirements.txt -@@ -2,6 +2,3 @@ - # of appearance. Changing the order has an impact on the overall integration - # process, which may cause wedges in the gate later. - --pbr>=0.6,!=0.7,<1.0 --argparse --six>=1.7.0 diff --git a/dev-python/stevedore/files/1.4.0-requirements.patch b/dev-python/stevedore/files/1.4.0-requirements.patch deleted file mode 100644 index e06ce7bd02d6..000000000000 --- a/dev-python/stevedore/files/1.4.0-requirements.patch +++ /dev/null @@ -1,13 +0,0 @@ -pbr is used only at build time -argparse is in the standard library -six is used only in examples -https://bugs.gentoo.org/show_bug.cgi?id=546776 ---- a/requirements.txt -+++ b/requirements.txt -@@ -2,6 +2,3 @@ - # of appearance. Changing the order has an impact on the overall integration - # process, which may cause wedges in the gate later. - --pbr>=0.6,!=0.7,<1.0 --argparse --six>=1.9.0 |