Looks like this is fixed in #951
Please re-open if there are still issues left.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/612#issuecomment-601691510
Closed #612.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/612#event-3149251820___
Rpm-maint mailing list
Rpm-maint@lists.rpm
While setuptools doesn't support range-versioned dependencies (something like
`^2.0`), they can be expressed by using something like `'requests>=2.18,<3.0'`.
Currently, this is parsed into two separate dependencies, like `requests >=
2.18` and `requests < 3.0`, where a rich dependency should be