From 5581ec0cecc435ce7c7fd888b2553d394fa4b429 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 4 Jun 2020 07:24:03 -0400 Subject: [PATCH] python3-pycares: correct dependencies Close: #22579 --- srcpkgs/python3-pycares/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template index cb85bdfd986..f887bb3f3d2 100644 --- a/srcpkgs/python3-pycares/template +++ b/srcpkgs/python3-pycares/template @@ -5,8 +5,9 @@ revision=1 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 libffi-devel" +hostmakedepends="python3-setuptools python3-cffi" +makedepends="python3-devel" +depends="python3-cffi" short_desc="Python interface for c-ares" maintainer="Alessio Sergi " license="MIT"