From 3c0414fd76f9c20c0843f4861602f4ae4ab3a8b7 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 9 Sep 2024 11:14:44 +0200 Subject: [PATCH] pkg: remove use of somewhat broken ca_root_nss --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 629038199..710e2e300 100644 --- a/Makefile +++ b/Makefile @@ -129,8 +129,7 @@ CORE_DEPENDS_aarch64?= py${CORE_PYTHON}-duckdb \ CORE_DEPENDS_amd64?= beep \ ${CORE_DEPENDS_aarch64} -CORE_DEPENDS?= ca_root_nss \ - choparp \ +CORE_DEPENDS?= choparp \ cpustats \ dhcp6c \ dhcrelay \