[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: |
Thu, 21 Nov 2024 06:28:49 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 85b15df73b59890ea779c4d4798e7b92f1165e76
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")
- 191/361: gnu: python-pytest-enabler: Break dependency cycle., (continued)
- 191/361: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/21
- 192/361: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/11/21
- 195/361: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/21
- 198/361: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/11/21
- 206/361: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/11/21
- 208/361: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/21
- 211/361: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/21
- 233/361: gnu: python-immutables: Update to 0.21., guix-commits, 2024/11/21
- 28/361: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/21
- 33/361: gnu: Add python-rapidfuzz., guix-commits, 2024/11/21
- 60/361: gnu: python-openpyxl: Add Setuptools and Wheel.,
guix-commits <=
- 81/361: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/21
- 63/361: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/21
- 83/361: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/11/21
- 85/361: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/11/21
- 108/361: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/21
- 97/361: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/11/21
- 109/361: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/21
- 105/361: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/21
- 106/361: gnu: Add python-pathable., guix-commits, 2024/11/21
- 119/361: gnu: Add python-whatthepatch., guix-commits, 2024/11/21