mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01: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:
parent
389ae75a37
commit
46cb02c7cb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue