librelp: add test dependency on valgrind (#21752)

This commit is contained in:
darmac 2021-02-19 14:47:50 +08:00 committed by GitHub
parent 43cf529594
commit 901aefc6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,5 +22,6 @@ class Librelp(AutotoolsPackage):
depends_on('automake', type='build')
depends_on('libtool', type='build')
depends_on('m4', type='build')
depends_on('valgrind', type='test')
depends_on('openssl')
depends_on('gnutls@2.0.0:')