guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 981852496822b9551c082578db8db83c4eb62172
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 e324fd36fd..87d3473f65 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

Reply via email to