mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
431fdb259e
commit
b18266a41f
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue