python3-pycares: fix cross compile
This commit is contained in:
parent
de115083b4
commit
e7faf9b692
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue