From 0f9a7d4d011eabb436d5793b149b5042575d55bb Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:00 +0100 Subject: [PATCH] python3-ansiwrap: add missing python3 dependency --- srcpkgs/python3-ansiwrap/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-ansiwrap/template b/srcpkgs/python3-ansiwrap/template index 06705e84977..158a865f446 100644 --- a/srcpkgs/python3-ansiwrap/template +++ b/srcpkgs/python3-ansiwrap/template @@ -1,10 +1,11 @@ # Template file for 'python3-ansiwrap' pkgname=python3-ansiwrap version=0.8.4 -revision=2 +revision=3 wrksrc=${pkgname#*-}-${version} build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3" short_desc="Textwrap, but savvy to ANSI colors" maintainer="travankor " license="Apache-2.0"