package/policycoreutils: drop host-setools dependency from host-policycoreutils

There is no reason for host-policycoreutils to depend on host-setools,
it builds/works fine without it.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Thomas Petazzoni 2019-09-22 11:06:19 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 39e7c72aa5
commit 6136ecb0b0

View File

@ -60,8 +60,7 @@ define POLICYCOREUTILS_INSTALL_TARGET_CMDS
)
endef
HOST_POLICYCOREUTILS_DEPENDENCIES = \
host-libsemanage host-setools
HOST_POLICYCOREUTILS_DEPENDENCIES = host-libsemanage
# Undefining _FILE_OFFSET_BITS here because of a "bug" with glibc fts.h
# large file support.