aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-tweak
diff options
context:
space:
mode:
authorPaul Bredbury <brebs@sent.com>2018-11-11 19:48:35 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-11-13 10:47:58 +0000
commitfeaca0c14d053a933c583bc0902c6c7dbf925c7d (patch)
tree4d00035c2312a87bed647f36aab794ab01decf66 /community/mate-tweak
parentefaf906fdd089d97f900ce3a42267f505ca8db65 (diff)
downloadaports-feaca0c14d053a933c583bc0902c6c7dbf925c7d.tar.bz2
aports-feaca0c14d053a933c583bc0902c6c7dbf925c7d.tar.xz
community/mate-tweak: add needed psutil
Fixes: ModuleNotFoundError: No module named 'psutil' Only needs python3 files. Not arch-specific.
Diffstat (limited to 'community/mate-tweak')
-rw-r--r--community/mate-tweak/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/mate-tweak/APKBUILD b/community/mate-tweak/APKBUILD
index 2cca06a42e..3b5d86c40d 100644
--- a/community/mate-tweak/APKBUILD
+++ b/community/mate-tweak/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=mate-tweak
pkgver=18.10.2
-pkgrel=0
+pkgrel=1
pkgdesc="Tweak tool for the MATE Desktop"
url="https://github.com/ubuntu-mate/mate-tweak"
-arch="all"
+arch="noarch"
license="GPL-2.0"
-depends="python3 py-setproctitle"
-makedepends="python3-dev py-distutils-extra intltool"
+depends="py3-psutil py3-setproctitle"
+makedepends="python3-dev py3-distutils-extra intltool"
subpackages="$pkgname-doc $pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/ubuntu-mate/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"