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:
		
							parent
							
								
									edffb3554f
								
							
						
					
					
						commit
						661d79ad32
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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")))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue