diff options
author | jgart <[email protected]> | 2024-07-16 01:49:10 -0500 |
---|---|---|
committer | jgart <[email protected]> | 2024-07-16 01:49:10 -0500 |
commit | c1ad68d657a33b15625f19cc0fada5015649991f (patch) | |
tree | a997c3bdd3e9f067a9865349165d71eb5fed98b4 /gnu/packages/python-web.scm | |
parent | f4f79861e6b9dee45be0ee4164c0be0e414462a0 (diff) |
gnu: gunicorn: Use pyproject-build-system.
* gnu/packages/python-web.scm (gunicorn)[build-system]: Use
pyproject-build-system.
Change-Id: I52c8ad0169cef33830b90b9ba243ced58d401eb4
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 177d1015f0..b3b950ef6e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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 |