diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 13:54:54 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 13:54:54 +0100 |
| commit | de8f1b4401cd9dda4be35416469dc28696ee7663 (patch) | |
| tree | e3f75e957e71385be546d3bfab85fd68d9fb4f47 /testing | |
| parent | a06c619e70670378bb931330fbda34a240cba247 (diff) | |
| download | aports-de8f1b4401cd9dda4be35416469dc28696ee7663.tar.bz2 aports-de8f1b4401cd9dda4be35416469dc28696ee7663.tar.xz | |
testing/gajim: use py3-setuptools
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/gajim/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gajim/APKBUILD b/testing/gajim/APKBUILD index 57b95f6627..2a935b0f35 100644 --- a/testing/gajim/APKBUILD +++ b/testing/gajim/APKBUILD @@ -10,7 +10,7 @@ depends=" py3-cairo py3-gobject3 py3-asn1 py3-nbxmpp py3-openssl py3-precis-i18n py3-keyring py3-cssutils gtk+3.0 " -makedepends="py-setuptools python3-dev gettext-dev" +makedepends="py3-setuptools python3-dev gettext-dev" checkdepends="xvfb dbus" source=" https://$pkgname.org/downloads/${pkgver:0:3}/$pkgname-$pkgver.tar.bz2 |
