mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
11 lines
311 B
Python
11 lines
311 B
Python
--- setup.py.orig 1970-01-01 00:00:00 UTC
|
|
+++ setup.py
|
|
@@ -15,7 +15,7 @@ package_data = \
|
|
|
|
install_requires = \
|
|
['PyYAML>=5.1',
|
|
- 'importlib-resources>=5.8.0,<6.0.0',
|
|
+ 'importlib-resources>=5.4.0,<6.0.0',
|
|
'jsonschema-spec>=0.1.1,<0.2.0',
|
|
'jsonschema>=4.0.0,<5.0.0',
|
|
'lazy-object-proxy>=1.7.1,<2.0.0',
|