aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2021-04-09 19:40:31 +0200
committerRasmus Thomsen <oss@cogitri.dev>2021-04-09 19:40:31 +0200
commit798cd2328803ad4dc4b1b38a10215ee05391a15c (patch)
treef5d06bd4eec1ff2e7fa24a9e733a0d1e8d4d2678
parent0479c8fcae112dc6a0605c1e2dcc486d2d7b5242 (diff)
community/mate-tweak: add missing dep on py3-setuptools
-rw-r--r--community/mate-tweak/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mate-tweak/APKBUILD b/community/mate-tweak/APKBUILD
index 5ac664895b7..d8732ec391c 100644
--- a/community/mate-tweak/APKBUILD
+++ b/community/mate-tweak/APKBUILD
@@ -8,7 +8,7 @@ url="https://github.com/ubuntu-mate/mate-tweak"
arch="noarch"
license="GPL-2.0-or-later"
depends="py3-distro py3-psutil py3-setproctitle"
-makedepends="python3-dev py3-distutils-extra intltool"
+makedepends="python3-dev py3-distutils-extra intltool py3-setuptools"
subpackages="$pkgname-doc $pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/ubuntu-mate/mate-tweak/archive/$pkgver.tar.gz"