package/policycoreutils: drop host-setools dependency from host-policycoreutils
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 22 Sep 2019 09:06:19 +0000 (11:06 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 22 Sep 2019 18:04:54 +0000 (20:04 +0200)
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>
package/policycoreutils/policycoreutils.mk

index 4f7176777ca9041bfd9ec83a0682a05b555bb2b8..ff606a7d177e0bec92678a784b5cd2d28b1e9886 100644 (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.