diff options
Diffstat (limited to 'testing/py-ansi2html/APKBUILD')
-rw-r--r-- | testing/py-ansi2html/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-ansi2html/APKBUILD b/testing/py-ansi2html/APKBUILD index 60e493261d..21f254bba8 100644 --- a/testing/py-ansi2html/APKBUILD +++ b/testing/py-ansi2html/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Convert text with ANSI color codes to HTML" url="http://github.com/ralphbean/ansi2html/" arch="noarch" license="GPL3+" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |