Hi Julian (2023.01.27_11:10:14_-0400) > python3-wrapt | python3 (<< 3.11), python3-wrapt | python3 (>> 3.11). > Since python3 will satisfy exactly one of python3 (>> 3.11) and > python3 (<< 3.11), this dependency can be simplified to just > python3-wrapt.
FWIW, this comes from:
dependencies = [
...
"wrapt>=1.14,<2;python_version>='3.11'",
"wrapt>=1.11,<2;python_version<'3.11'",
...
]
But yes, it could be simplified.
SR
--
Stefano Rivera
http://tumbleweed.org.za/
+1 415 683 3272

