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 @@ (define-public python-radon
(substitute* "setup.py"
((".*'future'.*")
"")
(("mando>=0\\.6,<0\\.7")
"mando>=0.6")
(("colorama==0.4.1")
"colorama>=0.4.1"))))
(replace 'check