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>
This commit is contained in:
Michael Mair-Keimberger
2020-05-19 21:20:40 +02:00
committed by Aaron Bauman
parent 2faeb749e9
commit 1cab4fd8c6

View File

@@ -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'