Date: Sunday, October 13, 2019 @ 07:37:18 Author: foxxx0 Revision: 515287
upgpkg: ceph 14.2.1-2 fix missing ceph-mgr deps, fixes FS#64042 Modified: ceph/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-13 04:07:52 UTC (rev 515286) +++ PKGBUILD 2019-10-13 07:37:18 UTC (rev 515287) @@ -5,7 +5,7 @@ pkgname=('ceph' 'ceph-libs' 'ceph-mgr') _zstdver=1.4.3 pkgver=14.2.1 -pkgrel=1 +pkgrel=2 pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system' arch=('x86_64') url='https://ceph.com/' @@ -254,7 +254,7 @@ depends=("ceph=${pkgver}-${pkgrel}" "ceph-libs=${pkgver}-${pkgrel}" 'bash' 'boost-libs' 'coffeescript' 'curl' 'gperftools' 'nodejs' 'nss' 'python' 'python-cherrypy' 'python-flask-restful' 'python-pecan' - 'python-pyjwt' 'python-routes') + 'python-pyjwt' 'python-routes' 'python-requests' 'python-pyopenssl') optdepends=('python-influxdb: influx module' 'python-kubernetes: rook module' 'python-prometheus_client: prometheus module'