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