diff options
author | Dubiousjim <dubiousjim@gmail.com> | 2013-06-27 02:12:24 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-28 06:57:44 +0000 |
commit | d961fcd5c084df518ee1d8287f252c76aea7543f (patch) | |
tree | 40fbc1eb16b9d8290e487b022cf4f46a5b5be3b3 /testing/getmail/APKBUILD | |
parent | 6c2e0fbd5f8caff20d083046b8ece5a836cd3b53 (diff) | |
download | aports-d961fcd5c084df518ee1d8287f252c76aea7543f.tar.bz2 aports-d961fcd5c084df518ee1d8287f252c76aea7543f.tar.xz |
testing/getmail: depends on python
Diffstat (limited to 'testing/getmail/APKBUILD')
-rw-r--r-- | testing/getmail/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/getmail/APKBUILD b/testing/getmail/APKBUILD index 3facef3b60..b5dc7639ed 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="" |