From 94b033c105dc7e85d89912c6e8ecf3da2b1b5d92 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 9 Aug 2018 20:16:59 +0200 Subject: [PATCH] python-scour: add missing checkdepends --- srcpkgs/python-scour/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python-scour/template b/srcpkgs/python-scour/template index 2a9c682a20f..f8c0d1b7328 100644 --- a/srcpkgs/python-scour/template +++ b/srcpkgs/python-scour/template @@ -8,6 +8,7 @@ build_style=python-module pycompile_module="scour" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools python-six" +checkdepends="python3-six" short_desc="An SVG scrubber (Python2)" maintainer="Alexander Mamay " license="Apache-2.0"