~ruther/guix-local

b18266a41f7e9d2643ffe972bbd8e34426225a27 — Nicolas Graves 10 months ago 431fdb2
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 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.