summaryrefslogtreecommitdiffstats
path: root/testing/getmail
diff options
context:
space:
mode:
authorDubiousjim <dubiousjim@gmail.com>2013-06-27 02:12:24 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2013-06-28 06:57:44 +0000
commitd961fcd5c084df518ee1d8287f252c76aea7543f (patch)
tree40fbc1eb16b9d8290e487b022cf4f46a5b5be3b3 /testing/getmail
parent6c2e0fbd5f8caff20d083046b8ece5a836cd3b53 (diff)
testing/getmail: depends on python
Diffstat (limited to 'testing/getmail')
-rw-r--r--testing/getmail/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/getmail/APKBUILD b/testing/getmail/APKBUILD
index 3facef3b609..b5dc7639ed5 100644
--- a/testing/getmail/APKBUILD
+++ b/testing/getmail/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="POP3, IMAP4, and SDPS mail retriever with Maildir delivery"
url="http://pyropus.ca/software/getmail/"
arch="noarch"
license="GPL2"
-depends=""
+depends="python"
depends_dev=""
makedepends="python-dev"
install=""