From e7faf9b692000c3f42892daa45c70e03cf4f1f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 4 Jun 2020 09:48:47 +0700 Subject: [PATCH] python3-pycares: fix cross compile --- srcpkgs/python3-pycares/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template index e9ec3ec905a..cb85bdfd986 100644 --- a/srcpkgs/python3-pycares/template +++ b/srcpkgs/python3-pycares/template @@ -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 " license="MIT"