[Rpm-maint] [rpm-software-management/rpm] pythondistdeps.py: use rich deps for semantically versioned dependencies (#612)
Fabio Valentini
notifications at github.com
Mon Dec 17 15:45:07 UTC 2018
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 used to avoid issues: `requests >= 2.18 with requests < 3.0`
CC: @Conan-Kudo
--
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20181217/ae91c576/attachment.html>
More information about the Rpm-maint
mailing list