From 60469b1f590401e2ecc857bb522076485f5d4bae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 11:11:44 -0500 Subject: [PATCH] python3-testtools: specify all python3 hostmakedepends --- srcpkgs/python3-testtools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template index 43500391a4f..3fcae7eec93 100644 --- a/srcpkgs/python3-testtools/template +++ b/srcpkgs/python3-testtools/template @@ -1,10 +1,10 @@ # Template file for 'python3-testtools' pkgname=python3-testtools version=2.4.0 -revision=2 +revision=3 wrksrc="testtools-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools python3-pbr" short_desc="Python3 standard library unit testing framework" maintainer="Alex Childs " license="MIT"