btrfs-progs: correct checkdepends
Don't use util-linux in checkdepends, it will conflict with chroot-util-linux and remove files from masterdir.
This commit is contained in:
parent
e9faed7a12
commit
97817b85fc
|
@ -8,7 +8,7 @@ make_check_target=test
|
|||
configure_args="--disable-backtrace --disable-python"
|
||||
hostmakedepends="asciidoc pkg-config xmlto"
|
||||
makedepends="acl-devel e2fsprogs-devel libzstd-devel lzo-devel"
|
||||
checkdepends="acl-progs e2fsprogs util-linux"
|
||||
checkdepends="acl-progs e2fsprogs tar xz which eudev"
|
||||
short_desc="Btrfs filesystem utilities"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-only, LGPL-3.0-or-later"
|
||||
|
@ -26,6 +26,8 @@ pre_build() {
|
|||
pre_check() {
|
||||
# Requires losetup which is part of util-linux, but even with it installed it fails
|
||||
rm -rf -- tests/mkfs-tests/017-small-backing-size-thin-provision-device
|
||||
# Requires fallocate from util-linux
|
||||
rm -rf -- tests/fsck-tests/025-file-extents
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue