mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
community/betula: add mercurial checkdepends
Checks fail with: > exec: "hg": executable file not found in $PATH
This commit is contained in:
parent
dcba92f202
commit
9d965a44a7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ arch="all"
|
|||
license="AGPL-3.0-only"
|
||||
options="net" # go modules
|
||||
makedepends="go sqlite-dev"
|
||||
checkdepends="curl"
|
||||
checkdepends="curl mercurial"
|
||||
subpackages="$pkgname-openrc"
|
||||
install="$pkgname.pre-install"
|
||||
builddir="$srcdir/$pkgname-v$pkgver"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue