mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-31 16:07:30 +03:00 
			
		
		
		
	brew remove libxcb libxdmcp
This commit is contained in:
		
							parent
							
								
									41f6533a9c
								
							
						
					
					
						commit
						249728197e
					
				
							
								
								
									
										4
									
								
								.github/workflows/build.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.sh
									
									
									
									
										vendored
									
									
								
							|  | @ -1,9 +1,9 @@ | |||
| 
 | ||||
| if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then | ||||
|   # webp, zstd, xz, libtiff cause a conflict with building webp and libtiff | ||||
|   # webp, zstd, xz, libtiff, libxcb, libxdmcp cause a conflict with building webp, libtiff, libxcb | ||||
|   # curl from brew requires zstd, use system curl | ||||
|   # if php is installed, brew tries to reinstall these after installing openblas | ||||
|   brew remove --ignore-dependencies webp zstd xz libtiff curl php | ||||
|   brew remove --ignore-dependencies webp zstd xz libtiff libxcb libxdmcp curl php | ||||
| fi | ||||
| 
 | ||||
| if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user