aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-04 14:27:06 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-04 14:27:06 +0000
commitd278993b4a26330f556587422e32069c3f3c11d9 (patch)
tree801ebfc3bb77a8336ffadb6fb009aa92c223e01e /testing
parent2440ce9bdd58ae5f05d4ee9bad17d02a84bf802c (diff)
downloadaports-d278993b4a26330f556587422e32069c3f3c11d9.tar.bz2
aports-d278993b4a26330f556587422e32069c3f3c11d9.tar.xz
testing/mate-tweak: add missing make dependency
mate-tweak requires py-distutils-extra to build
Diffstat (limited to 'testing')
-rw-r--r--testing/mate-tweak/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mate-tweak/APKBUILD b/testing/mate-tweak/APKBUILD
index bfafb1ca23..d00f1c2a63 100644
--- a/testing/mate-tweak/APKBUILD
+++ b/testing/mate-tweak/APKBUILD
@@ -8,7 +8,7 @@ url="https://github.com/ubuntu-mate/mate-tweak"
arch="all"
license="GPL-2.0"
depends="python3 py-setproctitle"
-makedepends="python3-dev"
+makedepends="python3-dev py-distutils-extra"
subpackages="$pkgname-doc $pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/ubuntu-mate/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"