From 43995d93e04bbe85801da3b923af82060dfcb227 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:11 +0100 Subject: [PATCH] python3-testtools: add missing python3 dependency --- srcpkgs/python3-testtools/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template index 6808cb30369..b6f37942d94 100644 --- a/srcpkgs/python3-testtools/template +++ b/srcpkgs/python3-testtools/template @@ -1,10 +1,11 @@ # Template file for 'python3-testtools' pkgname=python3-testtools version=2.4.0 -revision=4 +revision=5 wrksrc="testtools-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-pbr" +depends="python3-pbr" short_desc="Python3 standard library unit testing framework" maintainer="Alex Childs " license="MIT"