mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
a85358775f
commit
ee8dd12393
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue