mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +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:
parent
389ae75a37
commit
46cb02c7cb
1 changed files with 2 additions and 0 deletions
|
@ -19837,6 +19837,8 @@ while only declaring the test-specific fields.")
|
||||||
(substitute* "setup.py"
|
(substitute* "setup.py"
|
||||||
((".*'future'.*")
|
((".*'future'.*")
|
||||||
"")
|
"")
|
||||||
|
(("mando>=0\\.6,<0\\.7")
|
||||||
|
"mando>=0.6")
|
||||||
(("colorama==0.4.1")
|
(("colorama==0.4.1")
|
||||||
"colorama>=0.4.1"))))
|
"colorama>=0.4.1"))))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue