mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
community/headscale: add explicit checkdepends on postgresql17
Depending on `postgresql` will install postgresql9. This version does not support `initdb --no-sync`, which the test suite invokes.
This commit is contained in:
parent
0d1a8562cc
commit
b562a8b433
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ license="BSD-3-Clause"
|
|||
pkgusers="headscale"
|
||||
pkggroups="headscale"
|
||||
makedepends="go"
|
||||
checkdepends="postgresql"
|
||||
checkdepends="postgresql17"
|
||||
subpackages="
|
||||
$pkgname-bash-completion
|
||||
$pkgname-fish-completion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue