[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
141/299: gnu: python-pillow: Use pyproject-build-system.
From: |
guix-commits |
Subject: |
141/299: gnu: python-pillow: Use pyproject-build-system. |
Date: |
Mon, 13 Jan 2025 15:18:16 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit d9f1b4ed6de91dafdb56028335db187cadf151a3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 3 15:42:57 2025 +0100
gnu: python-pillow: Use pyproject-build-system.
* gnu/packages/python-xyz.scm (python-pillow)[build-system]: Use
pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I98b8c79664ede2ef3d8f3e9a2321289da8719d9b
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1b4555640a..628609b807 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11002,8 +11002,8 @@ Python list with elements of type @code{PIL.Image}
(from the
(search-patches "python-pillow-CVE-2022-45199.patch"
;; Included in 10.1.0.
"python-pillow-use-zlib-1.3.patch"))))
- (build-system python-build-system)
- (native-inputs (list python-pytest))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(inputs (list freetype
lcms
libjpeg-turbo
- 97/299: gnu: python-openapi-core: Update to 0.19.4., (continued)
- 97/299: gnu: python-openapi-core: Update to 0.19.4., guix-commits, 2025/01/13
- 102/299: gnu: Add python-expandvars., guix-commits, 2025/01/13
- 98/299: gnu: python-openapi-spec-validator: Restore sanity check., guix-commits, 2025/01/13
- 109/299: gnu: python-aiohttp-socks: Update to 0.10.1., guix-commits, 2025/01/13
- 115/299: gnu: python-jsonargparse: Remove old version of dataclasses., guix-commits, 2025/01/13
- 117/299: gnu: python-nr-date: Remove old version of dataclasses., guix-commits, 2025/01/13
- 108/299: gnu: python-socks: Update to 2.6.1., guix-commits, 2025/01/13
- 119/299: gnu: python-botocore: Limit number of parallel test workers., guix-commits, 2025/01/13
- 123/299: gnu: python-jose: Fix build., guix-commits, 2025/01/13
- 137/299: gnu: python-flask-wtf: Update to 1.2.2., guix-commits, 2025/01/13
- 141/299: gnu: python-pillow: Use pyproject-build-system.,
guix-commits <=
- 153/299: gnu: python-pydantic-2: Update to 2.10.4., guix-commits, 2025/01/13
- 131/299: gnu: Remove python-dataclasses., guix-commits, 2025/01/13
- 158/299: gnu: python-fastapi: Update to 0.115.6., guix-commits, 2025/01/13
- 148/299: gnu: rust-codspeed-2: Update to 2.7.2., guix-commits, 2025/01/13
- 126/299: gnu: Add python-joserfc., guix-commits, 2025/01/13
- 140/299: gnu: python-isort: Disable one test., guix-commits, 2025/01/13
- 145/299: gnu: python-imageio-ffmpeg: Update to 0.5.1., guix-commits, 2025/01/13
- 178/299: gnu: python-flask-htpasswd: Update to 0.5.0., guix-commits, 2025/01/13
- 175/299: gnu: python-omnipath: Update to 1.0.8-0.3d16134., guix-commits, 2025/01/13
- 172/299: gnu: python-fastapi-pagination-minimal: Update to 0.12.34., guix-commits, 2025/01/13