nsimd: Declare missing py-chardet dependency (#28030)

Found by @stevenrbrandt.
This commit is contained in:
Erik Schnetter 2021-12-20 02:43:31 -05:00 committed by GitHub
parent a0f175f327
commit 94dd9685cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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