gnu: python-jupyter-client-bootstrap: Use pyproject-build-system.
* gnu/packages/python-xyz.scm (python-jupyter-client-bootstrap)[build-system]: Use pyproject-build-system.master
parent
5f0474ba87
commit
358428c1ec
|
@ -9583,7 +9583,7 @@ without using the configuration machinery.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12pbp177bfb3710y1a5598mwn8ffhyzmpll67m0nmalb98savnwg"))))
|
"12pbp177bfb3710y1a5598mwn8ffhyzmpll67m0nmalb98savnwg"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
|
|
Reference in New Issue