python3-pycares: fix cross compile

This commit is contained in:
Đoàn Trần Công Danh 2020-06-04 09:48:47 +07:00
parent de115083b4
commit e7faf9b692
1 changed files with 1 additions and 1 deletions

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 python3-cffi"
makedepends="python3-devel python3-cffi libffi-devel"
short_desc="Python interface for c-ares"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT"