diff options
Diffstat (limited to 'testing')
-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 3facef3b6..b5dc7639e 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="" |