python3-pycares: need python3-cffi to build

This commit is contained in:
q66 2020-06-03 20:55:06 +02:00
parent 016d9c8cf7
commit 76792e43a9

View file

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