xmlto: fix missing dependency on util-linux (#38678)
This commit is contained in:
parent
acdcc8ed71
commit
ae2efa1c27
1 changed files with 1 additions and 0 deletions
|
@ -19,3 +19,4 @@ class Xmlto(AutotoolsPackage):
|
|||
|
||||
# FIXME: missing a lot of dependencies
|
||||
depends_on("libxslt")
|
||||
depends_on("util-linux", type=("build", "run")) # getopt with support for longopts
|
||||
|
|
Loading…
Reference in a new issue