python3-httpcore: add missing dependency
This commit is contained in:
parent
981d34f57b
commit
f922801455
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-httpcore'
|
# Template file for 'python3-httpcore'
|
||||||
pkgname=python3-httpcore
|
pkgname=python3-httpcore
|
||||||
version=0.14.3
|
version=0.14.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="httpcore-$version"
|
wrksrc="httpcore-$version"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
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"
|
short_desc="Minimal HTTP client"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Reference in a new issue