Add Python as build dependency of Julia (#40903)
This commit is contained in:
		 Sergio Sánchez Ramírez
					Sergio Sánchez Ramírez
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							b8a18f0a78
						
					
				
				
					commit
					abdac36fd5
				
			| @@ -166,6 +166,7 @@ class Julia(MakefilePackage): | |||||||
|     depends_on("patchelf@0.13:", type="build") |     depends_on("patchelf@0.13:", type="build") | ||||||
|     depends_on("perl", type="build") |     depends_on("perl", type="build") | ||||||
|     depends_on("libwhich", type="build") |     depends_on("libwhich", type="build") | ||||||
|  |     depends_on("python", type="build") | ||||||
| 
 | 
 | ||||||
|     depends_on("blas")  # note: for now openblas is fixed... |     depends_on("blas")  # note: for now openblas is fixed... | ||||||
|     depends_on("curl tls=mbedtls +nghttp2 +libssh2") |     depends_on("curl tls=mbedtls +nghttp2 +libssh2") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user