diff options
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'], |