gnu: python-pyvirtualdisplay: Switch to pyproject.

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

Change-Id: Iae25399c42c3fd36a9d2299c2c0d40769e9b2eae
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-07-22 02:12:48 +02:00 committed by Sharlatan Hellseher
parent 6176e673ec
commit 752125117b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -24039,14 +24039,14 @@ etc.")
(uri (pypi-uri "PyVirtualDisplay" version))
(sha256
(base32 "0nb1s7nilakrkcm0vq08pz9mh8rzyhjm9jkyn1gp5sxnrv1mnx89"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
;; Tests fail with:
;; FileNotFoundError: [Errno 2] No such file or directory: 'Xvnc'.
`(#:tests? #f))
(native-inputs
(list python-entrypoint2 python-psutil python-pytest
python-pytest-runner))
python-pytest-runner python-setuptools python-wheel))
(propagated-inputs
(list python-easyprocess python-pillow))
(home-page "https://github.com/ponty/pyvirtualdisplay")