python-scour: add missing checkdepends

This commit is contained in:
Alessio Sergi 2018-08-09 20:16:59 +02:00
parent a1ae91e658
commit 94b033c105

View file

@ -8,6 +8,7 @@ build_style=python-module
pycompile_module="scour" pycompile_module="scour"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools python-six" depends="python-setuptools python-six"
checkdepends="python3-six"
short_desc="An SVG scrubber (Python2)" short_desc="An SVG scrubber (Python2)"
maintainer="Alexander Mamay <alexander@mamay.su>" maintainer="Alexander Mamay <alexander@mamay.su>"
license="Apache-2.0" license="Apache-2.0"