ports/www/py-requests-cache93/files/patch-setup.py
Po-Chuan Hsieh 52e564dc9b
www/py-requests-cache93: Allow build with py-cattrs 23.2.2
- Bump PORTREVISION for package change
2023-11-27 18:30:09 +08:00

11 lines
258 B
Python

--- setup.py.orig 1970-01-01 00:00:00 UTC
+++ setup.py
@@ -12,7 +12,7 @@ package_data = \
install_requires = \
['appdirs>=1.4.4,<2.0.0',
- 'attrs>=21.2,<22.0',
+ 'attrs>=21.2',
'cattrs>=1.8,<23.3',
'requests>=2.22,<3.0',
'url-normalize>=1.4,<2.0',