From 6cf420a2d1df417f0cac28f2ed46b5616d2fdcf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 5 Apr 2022 07:50:05 +0700 Subject: [PATCH] python3-dill: fix build --- srcpkgs/python3-dill/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-dill/template b/srcpkgs/python3-dill/template index d40ce208e06..e27236c340d 100644 --- a/srcpkgs/python3-dill/template +++ b/srcpkgs/python3-dill/template @@ -4,6 +4,7 @@ version=0.3.4 revision=1 wrksrc="dill-$version" build_style=python3-module +hostmakedepends="python3-setuptools" depends="python3" short_desc="Serialize all of Python" maintainer="Michal Vasilek "