dev-python/munch: remove unused patch
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 20 Dec 2019 20:48:28 +0000 (21:48 +0100)
committerAaron Bauman <bman@gentoo.org>
Sun, 22 Dec 2019 16:00:41 +0000 (11:00 -0500)
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>
dev-python/munch/files/munch-2.5.0-pbrectomy.patch [deleted file]

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 (file)
index 13121c3..0000000
+++ /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%"
- )