me
/
guix
Archived
1
0
Fork 0

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
Ricardo Wurmus 2023-04-25 20:42:07 +02:00
parent 2ec69787aa
commit 92a903499b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -3655,7 +3655,7 @@ accessing bigWig files.")
(sha256
(base32
"005dh2y45x92zl8sf2sqjmfvcqr4hrz8dfckgkckv87003v7lwqc"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases