summaryrefslogtreecommitdiff
path: root/fetchmail
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-29 21:14:13 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-29 21:14:13 +0200
commit2997aefee7b9c649a2e000497c39876cefd69793 (patch)
tree4578ad570fb6ffe9b4c5fff2cd349d67528163cc /fetchmail
parent86d02abff5281e9d8e658cdc0926e92af7b8fc68 (diff)
downloadarchlinuxewe-2997aefee7b9c649a2e000497c39876cefd69793.tar.xz
fetchmail: remove obsolete dependency
Diffstat (limited to 'fetchmail')
-rw-r--r--fetchmail/PKGBUILD3
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')