aboutsummaryrefslogtreecommitdiffstats
path: root/testing/moosefs/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-23 14:32:24 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-23 14:44:54 -0300
commite8d4373cae36be909ea1c289c6a4efefb9d6129f (patch)
treee0b160a118356f142694c63ee2378ab62b6dba7c /testing/moosefs/APKBUILD
parentdb7fbf7840cf2c82b69ca26303bbd7d8d319f057 (diff)
testing/moosefs: switch to python3
Diffstat (limited to 'testing/moosefs/APKBUILD')
-rw-r--r--testing/moosefs/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/moosefs/APKBUILD b/testing/moosefs/APKBUILD
index 3c27c344dcf..c4b16faeb3d 100644
--- a/testing/moosefs/APKBUILD
+++ b/testing/moosefs/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Pirogov <vbnet.ru@gmail.com>
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
}