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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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