From f9228014551e9164bf8ae12cbc67ab9c22c14462 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 13 Feb 2022 14:21:32 +0100 Subject: [PATCH] python3-httpcore: add missing dependency --- srcpkgs/python3-httpcore/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-httpcore/template b/srcpkgs/python3-httpcore/template index 85480e26383..5ec4069b699 100644 --- a/srcpkgs/python3-httpcore/template +++ b/srcpkgs/python3-httpcore/template @@ -1,11 +1,11 @@ # Template file for 'python3-httpcore' pkgname=python3-httpcore version=0.14.3 -revision=1 +revision=2 wrksrc="httpcore-$version" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-h11 python3-sniffio python3-anyio python3-h2" +depends="python3-h11 python3-sniffio python3-anyio python3-h2 python3-certifi" short_desc="Minimal HTTP client" maintainer="Andrew Benson " license="BSD-3-Clause"