1
0
Fork 0
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:
Kevin Daudt 2025-07-09 16:40:17 +00:00
parent 0d1a8562cc
commit b562a8b433

View file

@ -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