diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-07 07:50:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-07 07:50:38 +0000 |
commit | 7ff77aa00040ae1b2857c775515e9fd218240356 (patch) | |
tree | 99cf31beeda47b6f9a5d96e9b5f9ace0436a272c /testing | |
parent | 7e7d89c69f1a98de61b1a317f76d39996845e563 (diff) | |
download | aports-7ff77aa00040ae1b2857c775515e9fd218240356.tar.bz2 aports-7ff77aa00040ae1b2857c775515e9fd218240356.tar.xz |
testing/radicale: build fix. needs py-setuptools
Diffstat (limited to 'testing')
-rw-r--r-- | testing/radicale/APKBUILD | 2 |
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" |