summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-05-19 21:20:40 +0200
committerAaron Bauman <bman@gentoo.org>2020-06-02 00:27:59 -0400
commit1cab4fd8c64188a5f706e422fd03ac5d02a618a8 (patch)
tree6e3095338c62a30a6c96e848ddcf1f43b979d1f7 /dev-python/importlib_resources
parentdev-python/hiredis: remove unused patches (diff)
downloadgentoo-1cab4fd8c64188a5f706e422fd03ac5d02a618a8.tar.gz
gentoo-1cab4fd8c64188a5f706e422fd03ac5d02a618a8.tar.bz2
gentoo-1cab4fd8c64188a5f706e422fd03ac5d02a618a8.zip
dev-python/importlib_resources: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/importlib_resources')
-rw-r--r--dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch b/dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch
deleted file mode 100644
index 1cff1fafeaf1..000000000000
--- a/dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/setup.cfg b/setup.cfg
-index c9ef791..412b1a9 100644
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -19,7 +19,6 @@ classifiers =
- python_requires = >=2.7,!=3.0,!=3.1,!=3.2,!=3.3
- setup_requires =
- setuptools
-- wheel
- install_requires =
- pathlib2; python_version < '3'
- typing; python_version < '3.5'