guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 2cc3808078f4e26227752b3e7f7efc5726e52bbf
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Sun Jul 12 20:42:30 2026 +0200
gnu: python-dotenv-0.13.0: Fix build.
* gnu/packages/python-xyz.scm (python-dotenv-0.13.0): Fix build.
[native-inputs]: Add python-sh-1.
Relates-to: guix/guix!9885
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0350962537..bdcfd5141c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34335,8 +34335,8 @@ key-value pairs from a @code{.env} file and set them as
environment variables.")
(invoke "python" "-m" "pytest")))))))
(native-inputs
(modify-inputs native-inputs
- (append python-mock)
- (replace "python-sh" python-sh-1)))))
+ (append python-mock
+ python-sh-1)))))
(define-public python-braintree
(package