From 1cab4fd8c64188a5f706e422fd03ac5d02a618a8 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 19 May 2020 21:20:40 +0200 Subject: [PATCH] dev-python/importlib_resources: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- .../files/importlib_resources-1.0.2-skip-wheel.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch 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 1cff1fafeaf1b..0000000000000 --- 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'