diff options
author | Max Rees <maxcrees@me.com> | 2019-08-06 03:59:58 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-08-06 03:59:58 -0500 |
commit | 32172ae02169797472a276aad55bc700922ea2d4 (patch) | |
tree | cac91c0d6bdd3d993e4d7c2644abca76f14b1c96 /user/py3-importlib_resources/python3-provides.patch | |
parent | bda8f199f739788d3570bf444805f04428586056 (diff) | |
download | packages-32172ae02169797472a276aad55bc700922ea2d4.tar.gz packages-32172ae02169797472a276aad55bc700922ea2d4.tar.bz2 packages-32172ae02169797472a276aad55bc700922ea2d4.tar.xz packages-32172ae02169797472a276aad55bc700922ea2d4.zip |
user/py3-importlib_resources: new package
Diffstat (limited to 'user/py3-importlib_resources/python3-provides.patch')
-rw-r--r-- | user/py3-importlib_resources/python3-provides.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/user/py3-importlib_resources/python3-provides.patch b/user/py3-importlib_resources/python3-provides.patch new file mode 100644 index 000000000..bd1a1606e --- /dev/null +++ b/user/py3-importlib_resources/python3-provides.patch @@ -0,0 +1,14 @@ +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' |