~dricottone/huttese-apk

5668778c3ad080fd7f87f78370c068cf6a2d0c6f — Drew DeVault 4 years ago 6b7c3cf
sr.ht/py3-misaka: add missing dependency
1 files changed, 2 insertions(+), 1 deletions(-)

M sr.ht/py3-misaka/APKBUILD
M sr.ht/py3-misaka/APKBUILD => sr.ht/py3-misaka/APKBUILD +2 -1
@@ 7,7 7,8 @@ pkgdesc="A Python binding for Hoedown"
url="http://misaka.61924.nl/"
arch="all"
license="MIT"
makedepends="python3-dev py3-setuptools py3-flake8 py3-pytest libffi-dev"
makedepends="python3-dev py3-setuptools py3-flake8 libffi-dev py3-wheel"
checkdepends="py3-pytest"
replaces="py-misaka"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"