From feaca0c14d053a933c583bc0902c6c7dbf925c7d Mon Sep 17 00:00:00 2001 From: Paul Bredbury Date: Sun, 11 Nov 2018 19:48:35 +0000 Subject: [PATCH] community/mate-tweak: add needed psutil Fixes: ModuleNotFoundError: No module named 'psutil' Only needs python3 files. Not arch-specific. --- community/mate-tweak/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/mate-tweak/APKBUILD b/community/mate-tweak/APKBUILD index 2cca06a42e0..3b5d86c40de 100644 --- a/community/mate-tweak/APKBUILD +++ b/community/mate-tweak/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Roberto Oliveira 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"