me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/python-xyz.scm (python-radon)[arguments]: Add setup.py
substitution.
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
1 changed files with 2 additions and 0 deletions

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