mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ for more filetypes can be easily added by creating plugins for them.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#: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
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "python" "radon/tests/run.py"))))))
|
(invoke "python" "radon/tests/run.py"))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue