mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
- Pet portclippy - Adopt port Changelog: https://github.com/oracle/opengrok/releases/tag/1.5.12
11 lines
311 B
Python
11 lines
311 B
Python
--- tools/setup.py.orig 2021-02-17 15:55:36 UTC
|
|
+++ tools/setup.py
|
|
@@ -31,7 +31,7 @@ setup(
|
|
long_description=readme(),
|
|
python_requires='>=3.4, <4',
|
|
install_requires=[
|
|
- 'jsonschema==2.6.0',
|
|
+ 'jsonschema>=2.6.0',
|
|
'pyyaml',
|
|
'requests>=2.20.0',
|
|
'resource',
|