From 661d79ad3237528bf450c43c37adfdedac493530 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 18 Apr 2023 10:08:30 -0400 Subject: 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. --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 284f8019bb..6ea91a2719 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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"))) -- cgit v1.2.3