From 1da499d8073ce0f3f219ff78ed4ceda379f1bca0 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 18 Jan 2023 22:03:06 +0100 Subject: [PATCH] tlsh: use setuptools --- srcpkgs/tlsh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template index 59c4049c92a..c9c01914133 100644 --- a/srcpkgs/tlsh/template +++ b/srcpkgs/tlsh/template @@ -1,10 +1,10 @@ # Template file for 'tlsh' pkgname=tlsh version=3.19.1 -revision=5 +revision=6 build_style=cmake build_helper=python3 -hostmakedepends="python3" +hostmakedepends="python3-setuptools" makedepends="python3-devel" short_desc="Fuzzy matching library" maintainer="Piotr Wójcik "