1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: python-radon: Permit newer versions of mando.

* gnu/packages/python-xyz.scm (python-radon)[arguments]: Add setup.py
substitution.
This commit is contained in:
Marius Bakke 2022-08-15 23:24:11 +02:00
parent 389ae75a37
commit 46cb02c7cb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -19837,6 +19837,8 @@ while only declaring the test-specific fields.")
(substitute* "setup.py"
((".*'future'.*")
"")
(("mando>=0\\.6,<0\\.7")
"mando>=0.6")
(("colorama==0.4.1")
"colorama>=0.4.1"))))
(replace 'check