From e1d5929773a66c68e91cc9062cd6c15ebca7caf3 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:06 +0100 Subject: [PATCH] python3-markdown2: add missing python3 dependency --- srcpkgs/python3-markdown2/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template index 3dc1ceea51d..ca671a62f81 100644 --- a/srcpkgs/python3-markdown2/template +++ b/srcpkgs/python3-markdown2/template @@ -1,10 +1,11 @@ # Template file for 'python3-markdown2' pkgname=python3-markdown2 version=2.4.0 -revision=2 +revision=3 wrksrc=python-markdown2-$version build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3" short_desc="Fast and complete implementation of Markdown in Python3" maintainer="Aluísio Augusto Silva Gonçalves " license="MIT"