[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/361: gnu: python-openpyxl: Add Setuptools and Wheel.
From: |
guix-commits |
Subject: |
60/361: gnu: python-openpyxl: Add Setuptools and Wheel. |
Date: |
Fri, 22 Nov 2024 06:00:12 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit d6b03c463ac21e9ce0958e9ee78219d20bb7019c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 14:37:34 2024 +0200
gnu: python-openpyxl: Add Setuptools and Wheel.
* gnu/packages/python-xyz.scm (python-openpyxl)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I38368e62af3ab117141cd42bf8181fdb5b1f59fb
---
gnu/packages/python-xyz.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4a2705f6ab..6f68365b41 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4386,7 +4386,11 @@ server.")
(sha256
(base32 "0f8ym32vdn8wyziiy5bz8iiwvgj7dlccy86wkfcn5syqgivgqnv9"))))
(build-system pyproject-build-system)
- (native-inputs (list python-lxml python-pillow python-pytest))
+ (native-inputs (list python-lxml
+ python-pillow
+ python-pytest
+ python-setuptools
+ python-wheel))
(propagated-inputs (list python-et-xmlfile python-jdcal))
(home-page "https://openpyxl.readthedocs.io")
(synopsis "Python library to read/write Excel 2010 XLSX/XLSM files")
- 45/361: gnu: python-mistletoe: Add missing inputs., (continued)
- 45/361: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/11/22
- 40/361: gnu: java-testng: Disable one test., guix-commits, 2024/11/22
- 39/361: gnu: java-testng: Drop input labels., guix-commits, 2024/11/22
- 42/361: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/22
- 51/361: gnu: python-partd: Add missing input., guix-commits, 2024/11/22
- 55/361: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/11/22
- 56/361: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/11/22
- 54/361: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/22
- 58/361: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/11/22
- 59/361: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/22
- 60/361: gnu: python-openpyxl: Add Setuptools and Wheel.,
guix-commits <=
- 63/361: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/22
- 74/361: gnu: Add python-notebook-shim., guix-commits, 2024/11/22
- 77/361: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/11/22
- 65/361: gnu: Add python-referencing., guix-commits, 2024/11/22
- 87/361: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/11/22
- 90/361: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/11/22
- 83/361: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/11/22
- 86/361: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/11/22
- 98/361: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/11/22
- 112/361: gnu: python-json5: Update to 0.9.25., guix-commits, 2024/11/22