aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-13 15:22:18 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-13 15:22:18 -0300
commit54eef9774317af85665fb16f83e8f7ce1a473203 (patch)
treeda4b96348d8a26326304738fe5a7dc1309bf1fea /community
parentf4ecc480ab2ac78139281b3d537559b6cda3c68e (diff)
downloadaports-54eef9774317af85665fb16f83e8f7ce1a473203.tar.bz2
aports-54eef9774317af85665fb16f83e8f7ce1a473203.tar.xz
community/glances: depend on py3-setuptools
The main python3 script in /usr/bin imports the pkg_resources module, so we need py3-setuptools. fixes #11295
Diffstat (limited to 'community')
-rw-r--r--community/glances/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/glances/APKBUILD b/community/glances/APKBUILD
index ba8ababa60..9ed6af91a6 100644
--- a/community/glances/APKBUILD
+++ b/community/glances/APKBUILD
@@ -4,13 +4,13 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=glances
pkgver=3.1.4
-pkgrel=0
+pkgrel=1
pkgdesc="CLI curses based monitoring tool"
url="http://nicolargo.github.com/glances/"
arch="noarch"
license="LGPL-3.0-or-later"
-depends="py3-psutil py3-bottle py3-snmp py3-batinfo docker-py py3-future"
-makedepends="py3-setuptools"
+depends="py3-setuptools py3-psutil py3-bottle py3-snmp py3-batinfo docker-py
+ py3-future"
subpackages="$pkgname-doc"
source="glances-$pkgver.tar.gz::https://github.com/nicolargo/glances/archive/v$pkgver.tar.gz"
options="!check" # tests fail on builder infra due to env. limitations