diff --git a/srcpkgs/python3-commonmark/template b/srcpkgs/python3-commonmark/template index 4c3f17d8ad7..58784061a9e 100644 --- a/srcpkgs/python3-commonmark/template +++ b/srcpkgs/python3-commonmark/template @@ -1,10 +1,11 @@ # Template file for 'python3-commonmark' pkgname=python3-commonmark version=0.9.1 -revision=2 +revision=3 wrksrc="commonmark-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3" checkdepends="python3-wheel python3-flake8 python3-hypothesis python3-colorama" short_desc="Parser for the CommonMark Markdown spec" maintainer="Andrew Benson "