cpio: remove bash from checkdepends

- bash is provided by chroot-bash inside chroot
- upon installing checkdepends, bash will replace chroot-bash,
  upon cleanup after checking, uninstall bash will render chroot
  broken, see #23929
This commit is contained in:
Đoàn Trần Công Danh 2020-08-03 07:48:51 +07:00
parent d191e6244a
commit 3da2af87f2

View file

@ -5,7 +5,6 @@ revision=1
build_style=gnu-configure
configure_args="--with-rmt=/usr/bin/rmt"
hostmakedepends="automake gettext-devel tar"
checkdepends="bash"
short_desc="GNU copy-in/out (cpio) with remote magnetic tape (rmt) support"
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
license="GPL-3.0-or-later"