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