summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2a9ec4d90e2..0e37847a53b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=cephadm-git
pkgver=16.0.0.r2962.g5ccfc2d5d3a
-pkgrel=1
+pkgrel=2
pkgdesc='Cephadm deploys and manages a Ceph cluster by connection to hosts from the manager daemon via SSH to add, remove, or update Ceph daemon containers'
arch=('any')
url="https://ceph.com/"
license=('GPL2' 'LGPL2.1' 'LGPL3')
-depends=('lvm2')
+depends=('lvm2' 'python>=3')
optdepends=('podman: container backend'
'docker: container backend'
'chrony: time sync service'