xmlto: fix missing dependency on util-linux (#38678)
This commit is contained in:
parent
acdcc8ed71
commit
ae2efa1c27
@ -19,3 +19,4 @@ class Xmlto(AutotoolsPackage):
|
|||||||
|
|
||||||
# FIXME: missing a lot of dependencies
|
# FIXME: missing a lot of dependencies
|
||||||
depends_on("libxslt")
|
depends_on("libxslt")
|
||||||
|
depends_on("util-linux", type=("build", "run")) # getopt with support for longopts
|
||||||
|
Loading…
Reference in New Issue
Block a user