diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-05 01:29:44 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:57 +0100 |
| commit | 0f6bd9d6426298a826e1aba0317051a92bd38f18 (patch) | |
| tree | 08f3407ef4cc721526d8bf9f1e2f507f4aadbff4 /gnu/packages | |
| parent | 9c1378062d4dcdf66e5afb794a190c3a85503d2a (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 899b4c0acb7..0aafb60ff5e 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 |
