diff options
| author | prspkt <prspkt@protonmail.com> | 2019-03-25 01:03:36 +0200 |
|---|---|---|
| committer | prspkt <prspkt@protonmail.com> | 2019-03-25 01:49:09 +0200 |
| commit | bde5fd233700d5f4e394d705743c2fec33d362b2 (patch) | |
| tree | 1192c9d93bcdfd0a779211a16a858d3116d768bf /testing/py-us/fix-requires.patch | |
| parent | 75a3c09c1e540fc1b5001f9e8d21f2b329cf6b98 (diff) | |
| download | aports-bde5fd233700d5f4e394d705743c2fec33d362b2.tar.bz2 aports-bde5fd233700d5f4e394d705743c2fec33d362b2.tar.xz | |
testing/py-us: upgrade to 1.0.0
Diffstat (limited to 'testing/py-us/fix-requires.patch')
| -rw-r--r-- | testing/py-us/fix-requires.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/py-us/fix-requires.patch b/testing/py-us/fix-requires.patch new file mode 100644 index 0000000000..ac42c6dc2c --- /dev/null +++ b/testing/py-us/fix-requires.patch @@ -0,0 +1,11 @@ +--- a/setup.py ++++ b/setup.py +@@ -15,7 +15,7 @@ + packages=find_packages(), + package_data={'us': ['*.pkl']}, + include_package_data=True, +- install_requires=['jellyfish==0.5.6'], ++ install_requires=['jellyfish>=0.5.6'], + entry_points={ + 'console_scripts': ['states = us.cli.states:main']}, + platforms=['any'], |
