From 01e3b9665878e787f2546c52ae64c1063aeab6e0 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 11 Mar 2019 14:54:18 -0600 Subject: [PATCH] Add explicit dependency on py2/py3 --- sr.ht/py-ansi2html/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sr.ht/py-ansi2html/APKBUILD b/sr.ht/py-ansi2html/APKBUILD index f8608ec..735a60f 100644 --- a/sr.ht/py-ansi2html/APKBUILD +++ b/sr.ht/py-ansi2html/APKBUILD @@ -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 -- 2.45.2