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.
This commit is contained in:
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

View file

@ -3655,7 +3655,7 @@ (define-public python-schema-salad
(sha256
(base32
"005dh2y45x92zl8sf2sqjmfvcqr4hrz8dfckgkckv87003v7lwqc"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases