libjwt: Added openssl to resolve broken CICD pipeline (#21443)

This commit is contained in:
Evan Bollig 2021-02-04 18:35:43 -06:00 committed by GitHub
parent 87512df699
commit 38e6d411a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,4 +21,6 @@ class Libjwt(AutotoolsPackage):
depends_on('automake', type='build')
depends_on('libtool', type='build')
depends_on('m4', type='build')
# Needs openssl at runtime to ensure we can generate keys
depends_on('openssl', type=('build', 'run'))
depends_on('jansson')