python3-commonmark: add missing python3 dependency
This commit is contained in:
parent
7d27b030dd
commit
61a3d81607
1 changed files with 2 additions and 1 deletions
|
@ -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>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue