From fffb2e0c24a78f8040ae99063258f2b3c4ef6ccd Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 18 Jan 2023 22:03:06 +0100 Subject: [PATCH] python3-termcolor: use setuptools --- srcpkgs/python3-termcolor/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template index 0c22ad9679f..455e06b6405 100644 --- a/srcpkgs/python3-termcolor/template +++ b/srcpkgs/python3-termcolor/template @@ -1,9 +1,9 @@ # Template file for 'python3-termcolor' pkgname=python3-termcolor version=1.1.0 -revision=10 +revision=11 build_style=python3-module -hostmakedepends="python3-devel" +hostmakedepends="python3-setuptools" makedepends="${hostmakedepends}" depends="python3" short_desc="Python3 ANSII Color formatting for output in terminal"