xmlto: fix missing dependency on util-linux (#38678)

This commit is contained in:
Adam J. Stewart
2023-07-03 02:43:18 -05:00
committed by GitHub
parent acdcc8ed71
commit ae2efa1c27

View File

@@ -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