From 7a743436203148510dc7954d7b4e23debbe4de78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 3 Aug 2020 07:48:51 +0700 Subject: [PATCH] shunit2: 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 - check is failing on testIssue84 with both bash and chroot-bash, I didn't bother to check why. --- srcpkgs/shunit2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/shunit2/template b/srcpkgs/shunit2/template index 4e9c1c30dac..f909503b0f6 100644 --- a/srcpkgs/shunit2/template +++ b/srcpkgs/shunit2/template @@ -4,7 +4,7 @@ version=2.1.8 revision=1 archs=noarch depends="bash" -checkdepends="bash zsh ksh" +checkdepends="zsh ksh" short_desc="Unit testing framework for Unix shell scripts based on xUnit" maintainer="Orphaned " license="Apache-2.0"