From 1085f4a2e3505c1dbbfc5d2b74138148de397f28 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 9 Mar 2023 15:15:09 +0530 Subject: [PATCH] python3-httpx: adjust dependencies. --- srcpkgs/python3-httpx/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-httpx/template b/srcpkgs/python3-httpx/template index 429ac7f8669c..6bcc96207d1f 100644 --- a/srcpkgs/python3-httpx/template +++ b/srcpkgs/python3-httpx/template @@ -1,12 +1,11 @@ # Template file for 'python3-httpx' pkgname=python3-httpx version=0.24.0 -revision=1 +revision=2 build_style=python3-pep517 -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" +hostmakedepends="hatchling" +depends="python3-idna python3-certifi python3-h2 python3-Brotli + python3-sniffio python3-httpcore python3-click python3-rich python3-Pygments" short_desc="Next generation HTTP client for Python" maintainer="Andrew Benson " license="BSD-3-Clause"