diff options
author | prspkt <prspkt@protonmail.com> | 2019-03-25 01:10:10 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-03-25 01:49:09 +0200 |
commit | 4a841da8f29e7decba582a5049375d17f58271a9 (patch) | |
tree | 559aa11b7bcd3673a234fbf91a9bb29ed22e2fc0 /testing/py3-us/fix-requires.patch | |
parent | bde5fd233700d5f4e394d705743c2fec33d362b2 (diff) | |
download | aports-4a841da8f29e7decba582a5049375d17f58271a9.tar.bz2 aports-4a841da8f29e7decba582a5049375d17f58271a9.tar.xz |
testing/py3-us: upgrade to python3
Diffstat (limited to 'testing/py3-us/fix-requires.patch')
-rw-r--r-- | testing/py3-us/fix-requires.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/py3-us/fix-requires.patch b/testing/py3-us/fix-requires.patch new file mode 100644 index 0000000000..ac42c6dc2c --- /dev/null +++ b/testing/py3-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'], |