aboutsummaryrefslogtreecommitdiffstats
path: root/testing/radicale
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-10-07 07:50:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-07 07:50:38 +0000
commit7ff77aa00040ae1b2857c775515e9fd218240356 (patch)
tree99cf31beeda47b6f9a5d96e9b5f9ace0436a272c /testing/radicale
parent7e7d89c69f1a98de61b1a317f76d39996845e563 (diff)
downloadaports-7ff77aa00040ae1b2857c775515e9fd218240356.tar.bz2
aports-7ff77aa00040ae1b2857c775515e9fd218240356.tar.xz
testing/radicale: build fix. needs py-setuptools
Diffstat (limited to 'testing/radicale')
-rw-r--r--testing/radicale/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/radicale/APKBUILD b/testing/radicale/APKBUILD
index d0d7ce641e..2ea9a790f6 100644
--- a/testing/radicale/APKBUILD
+++ b/testing/radicale/APKBUILD
@@ -9,7 +9,7 @@ arch="noarch"
license="GPLv3+"
depends="python"
depends_dev=""
-makedepends="$depends_dev python"
+makedepends="$depends_dev python py-setuptools"
pkgusers="radicale"
pkggroups="radicale"
install="$pkgname.pre-install"