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"