guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0f6bd9d6426298a826e1aba0317051a92bd38f18
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Feb 5 01:29:44 2026 +0100
gnu: python-robotframework-datadriver: Add python-xlrd native-input.
* gnu/packages/python-xyz.scm (python-robotframework-datadriver)
[native-inputs]: Remove python-wheel. Add python-xlrd.
Change-Id: I38db8263ffad28042306b24e00034be941a236ba
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
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 899b4c0acb..0aafb60ff5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9666,7 +9666,7 @@ process automation (RPA).")
(list python-docutils
python-robotframework-stacktrace
python-setuptools
- python-wheel))
+ python-xlrd))
(propagated-inputs
(list python-openpyxl
python-pandas