nsimd: Declare missing py-chardet dependency (#28030)
Found by @stevenrbrandt.
This commit is contained in:
parent
a0f175f327
commit
94dd9685cc
@ -66,6 +66,7 @@ class Nsimd(CMakePackage):
|
||||
depends_on('cmake@2.8.7:', type='build')
|
||||
depends_on('cmake@3.0.2:', type='build', when='@2:')
|
||||
depends_on('python@3:', type='build')
|
||||
depends_on('py-chardet', type='build', when='@3:')
|
||||
depends_on('py-requests', type='build', when='@3:')
|
||||
|
||||
# Add a 'generate_code' phase in the beginning
|
||||
|
Loading…
Reference in New Issue
Block a user