From 76792e43a9e64b806ef87c12dc63fa69f9d57bf0 Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 3 Jun 2020 20:55:06 +0200 Subject: [PATCH] python3-pycares: need python3-cffi to build --- 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 21355c3b62..e9ec3ec905 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" +makedepends="python3-devel python3-cffi" short_desc="Python interface for c-ares" maintainer="Alessio Sergi " license="MIT"