diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-26 18:51:19 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-26 19:47:58 +0200 |
commit | d6529c8d14d870c966dc74c3008cdce15dabb7c5 (patch) | |
tree | 0b9de4660ef32fa295c8ab166a4613bb0c36f6b8 /main/fetchmail | |
parent | af0c01ac63cfe01e0feb2f423efb822c93ba7e03 (diff) | |
download | aports-d6529c8d14d870c966dc74c3008cdce15dabb7c5.tar.bz2 aports-d6529c8d14d870c966dc74c3008cdce15dabb7c5.tar.xz |
[various] rename dependency python to python2
Diffstat (limited to 'main/fetchmail')
-rw-r--r-- | main/fetchmail/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/fetchmail/APKBUILD b/main/fetchmail/APKBUILD index f1ca687dea..dce1ff4443 100644 --- a/main/fetchmail/APKBUILD +++ b/main/fetchmail/APKBUILD @@ -10,7 +10,7 @@ license="GPL" depends= pkgusers="fetchmail" pkggroups="fetchmail" -makedepends="libressl-dev python autoconf automake gettext-dev" +makedepends="libressl-dev python2 autoconf automake gettext-dev" install="fetchmail.pre-install" subpackages="$pkgname-doc fetchmailconf" source="http://downloads.sourceforge.net/project/${pkgname}/branch_6.3/${pkgname}-${pkgver}.tar.xz @@ -52,7 +52,7 @@ package() { } fetchmailconf() { - depends="python" + depends="python2" pkgdesc="A GUI for generating fetchmail configuration files" install= mkdir -p "$subpkgdir"/usr/bin |