mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: python-radon: Please the sanity-check phase.
* gnu/packages/python-xyz.scm (python-radon) [phases]{relax-requirements}: New phase.
This commit is contained in:
parent
4b562d46a5
commit
117a0de240
1 changed files with 7 additions and 0 deletions
|
@ -16093,6 +16093,13 @@ (define-public python-radon
|
|||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(add-after 'unpack 'relax-requirements
|
||||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
((".*'future'.*")
|
||||
"")
|
||||
(("colorama==0.4.1")
|
||||
"colorama>=0.4.1"))))
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "python" "radon/tests/run.py"))))))
|
||||
|
|
Loading…
Reference in a new issue