From 2ba91ad168203726a87aefa1a8eda3bddee29c0b Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 29 Nov 2022 18:54:08 -0600 Subject: [PATCH] python3-httpx: hatch hostdep was patched out already --- srcpkgs/python3-httpx/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-httpx/template b/srcpkgs/python3-httpx/template index 70daf15141c..5f1a05632ff 100644 --- a/srcpkgs/python3-httpx/template +++ b/srcpkgs/python3-httpx/template @@ -1,9 +1,9 @@ # Template file for 'python3-httpx' pkgname=python3-httpx version=0.23.1 -revision=1 +revision=2 build_style=python3-pep517 -hostmakedepends="python3-poetry-core hatchling hatch" +hostmakedepends="python3-poetry-core hatchling" depends="python3-rfc3986 python3-certifi python3-charset-normalizer python3-sniffio python3-httpcore python3-click python3-rich python3-Pygments python3-h2"