[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/222: gnu: python-openpyxl: Add Setuptools and Wheel.
From: |
guix-commits |
Subject: |
60/222: gnu: python-openpyxl: Add Setuptools and Wheel. |
Date: |
Fri, 1 Nov 2024 10:56:23 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 4ce4debd0bdfbfdd0930c3e123a2f02f006ec669
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 d698702a7b..d0c27c2279 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4383,7 +4383,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")
- 47/222: gnu: python-vine: Add missing inputs., (continued)
- 47/222: gnu: python-vine: Add missing inputs., guix-commits, 2024/11/01
- 23/222: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/01
- 35/222: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/01
- 34/222: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/01
- 37/222: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/11/01
- 44/222: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/11/01
- 50/222: gnu: python-billiard: Add missing inputs., guix-commits, 2024/11/01
- 53/222: gnu: python-dbus-python: Add missing input., guix-commits, 2024/11/01
- 54/222: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/01
- 58/222: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/11/01
- 60/222: gnu: python-openpyxl: Add Setuptools and Wheel.,
guix-commits <=
- 59/222: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/01
- 63/222: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/01
- 66/222: gnu: Add python-jsonschema-specifications., guix-commits, 2024/11/01
- 67/222: gnu: Add python-rfc3986-validator., guix-commits, 2024/11/01
- 68/222: gnu: Add python-isoduration., guix-commits, 2024/11/01
- 69/222: gnu: Add python-uri-template., guix-commits, 2024/11/01
- 71/222: gnu: Add python-overrides., guix-commits, 2024/11/01
- 72/222: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/11/01
- 77/222: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/11/01
- 79/222: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/11/01