From 4c776694ffb62c1627e8547b4c5ef4dd4adafe81 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Sun, 19 Oct 2025 16:57:50 +0200 Subject: [PATCH] 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