gnu: python-psycopg2-binary: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-psycopg2-binary):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: Ide1577a2414e380d7be66dee7d88c5bc59abae6e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-07-22 01:59:09 +02:00 committed by Sharlatan Hellseher
parent 431fdb259e
commit b18266a41f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -37749,7 +37749,8 @@ Python, with static types.")
(sha256
(base32
"0kpaxg3lg5wg5ww5kxmzi2z2d7arsx13ci915d8a2pf17lqza7bn"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel))
(inputs (list postgresql))
(arguments
;; Tests are disable because they need a live instance of PostgreSQL.