guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4c776694ffb62c1627e8547b4c5ef4dd4adafe81
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sun Oct 19 16:57:50 2025 +0200

    gnu: python-shshsh: Remove development inputs.
    
    * gnu/packages/python-xyz.scm (python-shshsh):
    [native-inputs]: Remove python-tox.
    
    Change-Id: I51632fe53e51ea7852b9a37ea8e287a5531b4510
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0f4fa77607..e62ba2e95c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22817,8 +22817,7 @@ running in.")
     (build-system pyproject-build-system)
     (native-inputs
      (list python-poetry-core
-           python-pytest
-           python-tox))
+           python-pytest))
     (home-page "https://github.com/zqqqqz2000/shshsh";)
     (synopsis "Write Shell commands simply and safely within Python")
     (description "This package provides a way to write Shell commands from

Reply via email to