python3-hoedown: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:05 +01:00
parent 35fc2d9081
commit ebdcac4de0

View file

@ -1,11 +1,12 @@
# Template file for 'python3-hoedown'
pkgname=python3-hoedown
version=0.3.0
revision=6
revision=7
wrksrc="hoedown-$version"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel"
depends="python3"
short_desc="Python3 binding for hoedown, a markdown parsing library"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="https://github.com/hhatto/python-hoedown"