~dricottone/huttese-apk

01e3b9665878e787f2546c52ae64c1063aeab6e0 — Drew DeVault 5 years ago 6d8771f
Add explicit dependency on py2/py3
1 files changed, 1 insertions(+), 1 deletions(-)

M sr.ht/py-ansi2html/APKBUILD
M sr.ht/py-ansi2html/APKBUILD => sr.ht/py-ansi2html/APKBUILD +1 -1
@@ 9,7 9,7 @@ url="http://github.com/ralphbean/ansi2html/"
arch="noarch"
license="LGPL-3.0-or-later"
depends="py-six"
makedepends="py-setuptools"
makedepends="python2 python3 py-setuptools"
checkdepends="py2-pytest pytest py-mock py-nose"
source="$pkgname-$pkgver.tar.gz::https://github.com/ralphbean/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver