Replies: 1 comment 4 replies
-
Thank you for reporting. The version constraint is not arbitrary, but could potentially be relaxed. What version of setuptools would be available in your context? I could then do some testing. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
aiobotocore now requires setuptools>=72.2.0 to build: 0e6dd62. However, on Arch Linux the python-setuptools package is stuck at an old version due to its complexity. I tried removing the version constraint
>=72.2.0
, and the built package seems fine. Is it really necessary? Thanks.Beta Was this translation helpful? Give feedback.
All reactions