aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/ca-certificates/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/ca-certificates/APKBUILD b/main/ca-certificates/APKBUILD
index a8a1b5456e..22402796a3 100644
--- a/main/ca-certificates/APKBUILD
+++ b/main/ca-certificates/APKBUILD
@@ -9,7 +9,8 @@ url="https://www.mozilla.org/en-US/about/governance/policies/security-group/cert
arch="all"
license="MPL-2.0 GPL-2.0-or-later"
depends=""
-makedepends="python3 openssl-dev"
+makedepends_build="python3"
+makedepends_host="openssl-dev"
subpackages="$pkgname-doc $pkgname-cacert"
# c_rehash is either in libcrypto1.0 or openssl depending on package, grr. replace both of them
replaces="libcrypto1.0 openssl openssl1.0"