diff options
Diffstat (limited to 'main/py-meld3')
-rw-r--r-- | main/py-meld3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-meld3/APKBUILD b/main/py-meld3/APKBUILD index 5fb25b6346..10b10e79a8 100644 --- a/main/py-meld3/APKBUILD +++ b/main/py-meld3/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="An HTML/XML templating engine" url="https://github.com/supervisor/meld3" arch="noarch" license="ZPL" -depends="python" +depends="python2" depends_dev="python2-dev py-setuptools" makedepends="$depends_dev" install="" |