guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]