diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-07-12 20:42:30 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:23 +0100 |
| commit | 3a25599b7b9ef32b597803b3688adc01766870a9 (patch) | |
| tree | 4dfe3612e7f1e994ae4148b140da061c4be67781 /gnu/packages/python-xyz.scm | |
| parent | 333e0cfebf7cdb2e64fca1f56ba555e08344ef92 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 344ec47365d..2fe11731932 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -34460,8 +34460,8 @@ key-value pairs from a @code{.env} file and set them as environment variables.") | |||
| 34460 | (invoke "python" "-m" "pytest"))))))) | 34460 | (invoke "python" "-m" "pytest"))))))) |
| 34461 | (native-inputs | 34461 | (native-inputs |
| 34462 | (modify-inputs native-inputs | 34462 | (modify-inputs native-inputs |
| 34463 | (append python-mock) | 34463 | (append python-mock |
| 34464 | (replace "python-sh" python-sh-1))))) | 34464 | python-sh-1))))) |
| 34465 | 34465 | ||
| 34466 | (define-public python-braintree | 34466 | (define-public python-braintree |
| 34467 | (package | 34467 | (package |
