mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
- Convert to USE_PYTHON=pep517 Changes: https://github.com/python-jsonschema/check-jsonschema/releases
11 lines
303 B
INI
11 lines
303 B
INI
--- setup.cfg.orig 2024-03-31 23:13:43 UTC
|
|
+++ setup.cfg
|
|
@@ -18,7 +18,7 @@ install_requires =
|
|
install_requires =
|
|
importlib-resources>=1.4.0;python_version<"3.9"
|
|
tomli>=2.0;python_version<"3.11"
|
|
- ruamel.yaml==0.18.6
|
|
+ ruamel.yaml>=0.18.6
|
|
jsonschema>=4.18.0,<5.0
|
|
regress>=0.4.0
|
|
requests<3.0
|