gnu: python-schema-salad: Use pyproject-build-system.
The python-build-system fails with "setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer." This, in turn, causes all Python packages to be ignored and "pip install" to be invoked for them. * gnu/packages/bioinformatics.scm (python-schema-salad)[build-system]: Use pyproject-build-system.master
parent
2ec69787aa
commit
92a903499b
|
@ -3655,7 +3655,7 @@ accessing bigWig files.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"005dh2y45x92zl8sf2sqjmfvcqr4hrz8dfckgkckv87003v7lwqc"))))
|
"005dh2y45x92zl8sf2sqjmfvcqr4hrz8dfckgkckv87003v7lwqc"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue