From e8d4373cae36be909ea1c289c6a4efefb9d6129f Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 23 Oct 2019 14:32:24 -0300 Subject: testing/moosefs: switch to python3 --- testing/moosefs/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/moosefs') diff --git a/testing/moosefs/APKBUILD b/testing/moosefs/APKBUILD index 3c27c344dc..c4b16faeb3 100644 --- a/testing/moosefs/APKBUILD +++ b/testing/moosefs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michael Pirogov pkgname="moosefs" pkgver="3.0.105" -pkgrel=0 +pkgrel=1 pkgdesc="Open Source, Petabyte, Fault-Tolerant, Highly Performing, Scalable Network Distributed File System" url="https://moosefs.com" arch="all" @@ -132,7 +132,7 @@ client() { cgi() { pkgdesc="MooseFS CGI Monitor" - depends="python" + depends="python3" cd "$pkgdir" _mv_files usr/share/mfscgi } -- cgit v1.2.3