summaryrefslogtreecommitdiff
path: root/user/py3-importlib_resources/python3-provides.patch
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-01-11 21:13:40 +0000
committerZach van Rijn <me@zv.io>2022-10-21 18:33:57 -0500
commit01021113cc1a1e0f9783e9c7dda12ac1512605c1 (patch)
tree0e2450dfdd4507739d3af6accfe8dd81387ba99a /user/py3-importlib_resources/python3-provides.patch
parent584caa6bf812243df373638fa1aa9bc5bf2158fe (diff)
downloadpackages-01021113cc1a1e0f9783e9c7dda12ac1512605c1.tar.gz
packages-01021113cc1a1e0f9783e9c7dda12ac1512605c1.tar.bz2
packages-01021113cc1a1e0f9783e9c7dda12ac1512605c1.tar.xz
packages-01021113cc1a1e0f9783e9c7dda12ac1512605c1.zip
user/py3-importlib-*: drop packages. fixes #457.
Diffstat (limited to 'user/py3-importlib_resources/python3-provides.patch')
-rw-r--r--user/py3-importlib_resources/python3-provides.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/user/py3-importlib_resources/python3-provides.patch b/user/py3-importlib_resources/python3-provides.patch
deleted file mode 100644
index bd1a1606e..000000000
--- a/user/py3-importlib_resources/python3-provides.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Our python3 package provides these, and it'll choke if it has no network access
-while trying to determine if they're installed
-
---- importlib_resources-1.0.2/setup.cfg
-+++ importlib_resources-1.0.2/setup.cfg
-@@ -18,8 +18,6 @@ classifiers =
- [options]
- 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'