mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
python3-markdown2: add missing python3 dependency
This commit is contained in:
parent
3ae05edd2f
commit
e1d5929773
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-markdown2'
|
# Template file for 'python3-markdown2'
|
||||||
pkgname=python3-markdown2
|
pkgname=python3-markdown2
|
||||||
version=2.4.0
|
version=2.4.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=python-markdown2-$version
|
wrksrc=python-markdown2-$version
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="Fast and complete implementation of Markdown in Python3"
|
short_desc="Fast and complete implementation of Markdown in Python3"
|
||||||
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue