python3-pycares: correct dependencies

Close: #22579
This commit is contained in:
Andrew J. Hesford 2020-06-04 07:24:03 -04:00 committed by Đoàn Trần Công Danh
parent 1e743074c3
commit 5581ec0cec

View file

@ -5,8 +5,9 @@ revision=1
wrksrc="pycares-${version}"
build_style=python3-module
# using bundled c-ares which is patched for TTL support
hostmakedepends="python3-setuptools"
makedepends="python3-devel python3-cffi libffi-devel"
hostmakedepends="python3-setuptools python3-cffi"
makedepends="python3-devel"
depends="python3-cffi"
short_desc="Python interface for c-ares"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT"