gnu: python-pygenometracks: Remove syntax error in setup.py.
* gnu/packages/bioinformatics.scm (python-pygenometracks)[arguments]: Add phase remove-invalid-syntax.
This commit is contained in:
parent
670fc6ee50
commit
e134686cea
1 changed files with 5 additions and 1 deletions
|
@ -16431,7 +16431,11 @@ genomic scores), long range contacts and the visualization of viewpoints.")
|
|||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
(("matplotlib ==3.1.1")
|
||||
"matplotlib >=3.1.1")))))))
|
||||
"matplotlib >=3.1.1"))))
|
||||
(add-after 'unpack 'remove-invalid-syntax
|
||||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
((".\\*,") ",")))))))
|
||||
(propagated-inputs
|
||||
(list python-future
|
||||
python-gffutils
|
||||
|
|
Reference in a new issue