1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 05:05:14 +03:00
aports/testing/py3-us/fix-requires.patch
prspkt 0fb0660436 testing/py3-us: upgrade to 2.0.2
* Add checkdepends and run test suite.
2020-06-27 17:46:38 +00:00

11 lines
334 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
license="BSD",
packages=find_packages(),
include_package_data=True,
- install_requires=["jellyfish==0.6.1"],
+ install_requires=["jellyfish>=0.6.1"],
entry_points={"console_scripts": ["states = us.cli.states:main"]},
platforms=["any"],
classifiers=[