~dricottone/huttese-apk

a534b35bea27dc3ff0a6733c81326364285d5199 — Drew DeVault 5 years ago b0705c9
Add libffi-dev to py-misaka makedeps
1 files changed, 1 insertions(+), 1 deletions(-)

M sr.ht/py-misaka/APKBUILD
M sr.ht/py-misaka/APKBUILD => sr.ht/py-misaka/APKBUILD +1 -1
@@ 10,7 10,7 @@ license="MIT"
depends=""
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
makedepends="
	python2-dev python3-dev py-setuptools py-flake8 pytest
	python2-dev python3-dev py-setuptools py-flake8 pytest libffi-dev
"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver