From 999338eed0f64accc7015d1fd7c20394cf127da2 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 7 Apr 2026 18:56:23 +0300 Subject: [PATCH] Add python-certifi as dependency --- pkg.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index f1cd006..53a7e42 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: python-requests description: HTTP for Humans version: 2.33.1 -revision: 1 +revision: 2 url: https://requests.readthedocs.io/en/latest/ license: Apache-2.0 maintainers: @@ -9,7 +9,7 @@ maintainers: architecture: any type: source depends: - - ca-certificates + - python-certifi - python-charset-normalizer - python-idna - python-urllib3