gnu: python-pillow/security-fixes: Make graft package private.

This fixes the tests/packages.scm test suite, which would have failed its
'fold-available-packages with/without cache' test case due two python-pillow
packages having the same name/version.

* gnu/packages/python-xyz.scm (python-pillow/security-fixes): Make private.
This commit is contained in:
Maxim Cournoyer 2023-04-18 10:08:30 -04:00
parent edffb3554f
commit 661d79ad32
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -7871,7 +7871,7 @@ a general image processing tool.")
"http://www.pythonware.com/products/pil/license.htm"
"The PIL Software License"))))
(define-public python-pillow/security-fixes
(define python-pillow/security-fixes
(package-with-patches python-pillow
(search-patches "python-pillow-CVE-2022-45199.patch")))