mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
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.
This commit is contained in:
parent
3da2af87f2
commit
7a74343620
1 changed files with 1 additions and 1 deletions
|
@ -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 <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue