diff options
Diffstat (limited to 'main/py-larch/APKBUILD')
-rw-r--r-- | main/py-larch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-larch/APKBUILD b/main/py-larch/APKBUILD index 4f07b5f83c..b22bcfb63d 100644 --- a/main/py-larch/APKBUILD +++ b/main/py-larch/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Copy-on-write B-tree data structure" url="http://liw.fi/larch/" arch="noarch" license="GPL3+" -depends="python py-tracing py-cliapp py-ttystatus" +depends="python2 py-tracing py-cliapp py-ttystatus" depends_dev="" makedepends="py-setuptools" install="" |