python3-hoedown: add missing python3 dependency
This commit is contained in:
parent
35fc2d9081
commit
ebdcac4de0
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue