summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-12-20 21:48:28 +0100
committerAaron Bauman <bman@gentoo.org>2019-12-22 11:00:41 -0500
commitd7e3a7bcaa7feba2e5317c20f3901aaa9f435532 (patch)
treead39fcf025998db02bfe0e6416dce03922ce678d /dev-python/munch/files
parentwww-servers/spawn-fcgi: remove unused file (diff)
downloadgentoo-d7e3a7bcaa7feba2e5317c20f3901aaa9f435532.tar.gz
gentoo-d7e3a7bcaa7feba2e5317c20f3901aaa9f435532.tar.bz2
gentoo-d7e3a7bcaa7feba2e5317c20f3901aaa9f435532.zip
dev-python/munch: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14063 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/munch/files')
-rw-r--r--dev-python/munch/files/munch-2.5.0-pbrectomy.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/munch/files/munch-2.5.0-pbrectomy.patch b/dev-python/munch/files/munch-2.5.0-pbrectomy.patch
deleted file mode 100644
index 13121c345b80..000000000000
--- a/dev-python/munch/files/munch-2.5.0-pbrectomy.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 31f229c..62e1ad6 100644
---- a/setup.py
-+++ b/setup.py
-@@ -1,9 +1,7 @@
--from setuptools import setup
-+from setuptools import setup, find_packages
-
-
- setup(
-- setup_requires=['pbr>=3.0', 'setuptools>=17.1'],
-- pbr=True,
-- long_description_content_type='text/markdown; charset=UTF-8',
-- keywords=['munch', 'dict', 'mapping', 'container', 'collection'],
-+ find_packages(exclude=['tests']),
-+ version="%VERSION%"
- )