diff options
Diffstat (limited to 'fetchmail')
-rw-r--r-- | fetchmail/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fetchmail/PKGBUILD b/fetchmail/PKGBUILD index 51e3bf9fc..c34d5e52b 100644 --- a/fetchmail/PKGBUILD +++ b/fetchmail/PKGBUILD @@ -13,8 +13,7 @@ _pinned_dependencies=( ) depends=("${_pinned_dependencies[@]}") makedepends=('python') -optdepends=('tk: for using fetchmailconf' - 'python2: for using fetchmailconf') +optdepends=('tk: for using fetchmailconf') options=('!makeflags') source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" 'disable-sslv3.patch' 'fetchmail.tmpfiles' 'fetchmail.sysusers' 'fetchmail.service') |