py-ilmbase: add dependency to py-numpy (#33633)
* py-ilmbase: add dependency to py-numpy * fix style
This commit is contained in:
		| @@ -16,6 +16,7 @@ class PyIlmbase(AutotoolsPackage): | |||||||
| 
 | 
 | ||||||
|     depends_on("ilmbase") |     depends_on("ilmbase") | ||||||
|     depends_on("boost+python") |     depends_on("boost+python") | ||||||
|  |     depends_on("py-numpy") | ||||||
| 
 | 
 | ||||||
|     # https://github.com/AcademySoftwareFoundation/openexr/issues/336 |     # https://github.com/AcademySoftwareFoundation/openexr/issues/336 | ||||||
|     parallel = False |     parallel = False | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Qian Jianhua
					Qian Jianhua