summaryrefslogtreecommitdiff
path: root/dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch')
-rw-r--r--dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch12
1 files changed, 12 insertions, 0 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
new file mode 100644
index 000000000000..1cff1fafeaf1
--- /dev/null
+++ b/dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch
@@ -0,0 +1,12 @@
+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'