gnu: gunicorn: Use pyproject-build-system.
* gnu/packages/python-web.scm (gunicorn)[build-system]: Use pyproject-build-system. Change-Id: I52c8ad0169cef33830b90b9ba243ced58d401eb4master
parent
f4f79861e6
commit
c1ad68d657
|
@ -6114,7 +6114,7 @@ event loop. It is implemented in Cython and uses libuv under the hood.")
|
|||
(base32
|
||||
"1s7670qw36x90bgmazmgib170i5gnpyb2ypxzlla7y0mpasniag0"))))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Reference in New Issue