From ab0e66929a219bc823241fce76de6b155a3e87f0 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 19 Nov 2025 17:51:06 +0200 Subject: [PATCH] Switch make-ca dependency with ca-certificates --- pkg.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 78e0e9c..2ecdced 100644 --- a/pkg.info +++ b/pkg.info @@ -1,13 +1,13 @@ name: python-requests description: HTTP for Humans version: 2.32.5 -revision: 2 +revision: 3 url: https://requests.readthedocs.io/en/latest/ license: Apache-2.0 architecture: any type: source depends: - - make-ca + - ca-certificates - python-charset-normalizer - python-idna - python-urllib3