From 61a3d81607e2bb8c0b81240fdadde9d11ff465a7 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:03 +0100 Subject: [PATCH] python3-commonmark: add missing python3 dependency --- srcpkgs/python3-commonmark/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 "