[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: FIXUP pooch be410b4a7d708fee0797089a67151dfc47c0f848
From: |
guix-commits |
Subject: |
02/02: FIXUP pooch be410b4a7d708fee0797089a67151dfc47c0f848 |
Date: |
Tue, 30 Apr 2024 08:20:50 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 5ef3a4c7270647a3795ea5c2d83cee3e386427cd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 30 14:13:11 2024 +0200
FIXUP pooch be410b4a7d708fee0797089a67151dfc47c0f848
Change-Id: I055f5d2aca3d47e38e9ef5a639da280a6d95c306
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 216ffaa891..f80ac72f23 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26971,7 +26971,7 @@ inferring type information using compile-time
introspection.")
(propagated-inputs
(list python-packaging python-platformdirs python-requests))
(native-inputs
- (list python-pytest))
+ (list python-pytest python-setuptools-scm))
(home-page "https://github.com/fatiando/pooch")
(synopsis "Manage your Python library's sample data files")
(description