python3-commonmark: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:03 +01:00
parent 7d27b030dd
commit 61a3d81607

View file

@ -1,10 +1,11 @@
# Template file for 'python3-commonmark' # Template file for 'python3-commonmark'
pkgname=python3-commonmark pkgname=python3-commonmark
version=0.9.1 version=0.9.1
revision=2 revision=3
wrksrc="commonmark-${version}" wrksrc="commonmark-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-wheel python3-flake8 python3-hypothesis python3-colorama" checkdepends="python3-wheel python3-flake8 python3-hypothesis python3-colorama"
short_desc="Parser for the CommonMark Markdown spec" short_desc="Parser for the CommonMark Markdown spec"
maintainer="Andrew Benson <abenson@gmail.com>" maintainer="Andrew Benson <abenson@gmail.com>"