diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-24 23:32:15 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-25 11:32:12 +0100 |
commit | 5b0ae597de722f303a280fb945fd791e8e8190a1 (patch) | |
tree | 67b4a5482b0d16975328e0f0073cc124d45816ef /gnu/packages/python-xyz.scm | |
parent | 8a7c366627cfc6c7462df530d9338f04e5ddcac1 (diff) |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4135860f55..c48084a236 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |