guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 5b0ae597de722f303a280fb945fd791e8e8190a1
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jul 24 23:32:15 2025 +0200

    gnu: Add python-vncdotool-bootstrap.
    
    * gnu/packages/python-xyz.scm (python-vncdotool-bootstrap): New variable.
    
    Change-Id: Iba9831c61b89cdeff01062c46ebfa3df3c8699d1
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 7 +++++++
 1 file changed, 7 insertions(+)

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")

Reply via email to