summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2020-06-28 00:20:01 +0200
committerRicardo (XenGi) Band2020-06-28 00:20:01 +0200
commit19d706bb8be87521967e8c7c3803db790f2c4aca (patch)
tree516ecd8dadf593188737cb82588a92645b3e963a
parent4414a8291965d74ae1a26410bc12df967075e9cc (diff)
downloadaur-19d706bb8be87521967e8c7c3803db790f2c4aca.tar.gz
python dependency added
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4beb30eb9564..8ebc6715dc38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = cephadm
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
pkgver = 15.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://ceph.com/
arch = any
license = GPL2
license = LGPL2.1
license = LGPL3
depends = lvm2
+ depends = python>=3
optdepends = podman: container backend
optdepends = docker: container backend
optdepends = chrony: time sync service
diff --git a/PKGBUILD b/PKGBUILD
index b8d6c54c8f5b..fd53534105ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=cephadm
pkgver=15.2.3
-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'