clamcv: Add curl dependency. (#17765)
This commit is contained in:
parent
a0e6145884
commit
5b12c0f4a0
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ class Clamav(AutotoolsPackage):
|
|||
depends_on('yara')
|
||||
depends_on('zlib')
|
||||
depends_on('bzip2')
|
||||
depends_on('curl', type='link')
|
||||
|
||||
def configure_args(self):
|
||||
spec = self.spec
|
||||
|
|
Loading…
Reference in a new issue