mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
11 lines
196 B
Python
11 lines
196 B
Python
--- setup.py.orig 2024-06-06 18:05:57 UTC
|
|
+++ setup.py
|
|
@@ -33,7 +33,7 @@ extras_require = {
|
|
]
|
|
|
|
extras_require = {
|
|
- 'crt': ['awscrt==0.20.11'],
|
|
+ 'crt': ['awscrt>=0.20.11'],
|
|
}
|
|
|
|
setup(
|