gnu: Add python-vncdotool-bootstrap.

* gnu/packages/python-xyz.scm (python-vncdotool-bootstrap): New variable.

Change-Id: Iba9831c61b89cdeff01062c46ebfa3df3c8699d1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-07-24 23:32:15 +02:00 committed by Sharlatan Hellseher
parent 8a7c366627
commit 5b0ae597de
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -21556,6 +21556,13 @@ useful to automating interactions with virtual machines or hardware devices
that are otherwise difficult to control.")
(license license:expat)))
(define-public python-vncdotool-bootstrap
(hidden-package
(package/inherit python-vncdotool
(arguments (list #:tests? #f))
(native-inputs (list python-pexpect python-pytest python-setuptools
python-wheel)))))
(define-public python-vobject
(package
(name "python-vobject")