pkgbuild: update depends of pkgs to follow upstream
This commit is contained in:
24
PKGBUILD
24
PKGBUILD
@@ -22,7 +22,9 @@ noextract=("${source[@]%%::*}")
|
|||||||
|
|
||||||
package_ceph-libs-bin() {
|
package_ceph-libs-bin() {
|
||||||
depends=('boost-libs' 'curl' 'glibc' 'keyutils' 'libutil-linux' 'bzip2' 'lz4' 'nss'
|
depends=('boost-libs' 'curl' 'glibc' 'keyutils' 'libutil-linux' 'bzip2' 'lz4' 'nss'
|
||||||
'oath-toolkit' 'python' 'snappy' 'systemd-libs' 'fmt')
|
'oath-toolkit' 'python' 'snappy' 'systemd-libs' 'fmt' 'cryptsetup'
|
||||||
|
'lua' 'librdkafka'
|
||||||
|
'python-prettytable' 'python-yaml' 'python-setuptools')
|
||||||
provides=("ceph-libs=${pkgver}-${pkgrel}")
|
provides=("ceph-libs=${pkgver}-${pkgrel}")
|
||||||
conflicts=('ceph-libs')
|
conflicts=('ceph-libs')
|
||||||
|
|
||||||
@@ -34,12 +36,11 @@ package_ceph-libs-bin() {
|
|||||||
package_ceph-bin() {
|
package_ceph-bin() {
|
||||||
depends=("ceph-libs=${pkgver}-${pkgrel}"
|
depends=("ceph-libs=${pkgver}-${pkgrel}"
|
||||||
'boost-libs' 'curl' 'fuse2' 'fuse3' 'fmt' 'glibc' 'gperftools' 'java-runtime'
|
'boost-libs' 'curl' 'fuse2' 'fuse3' 'fmt' 'glibc' 'gperftools' 'java-runtime'
|
||||||
'keyutils' 'leveldb' 'libaio' 'libutil-linux' 'librdkafka'
|
'keyutils' 'leveldb' 'libaio' 'libutil-linux' 'librdkafka' 'cryptsetup' 'libnl'
|
||||||
'lsb-release' 'ncurses'
|
'ncurses'
|
||||||
'nss' 'oath-toolkit' 'python' 'python-bcrypt' 'python-setuptools'
|
'nss' 'oath-toolkit' 'python'
|
||||||
'python-prettytable' 'python-cmd2' 'python-dateutil' 'snappy' 'sudo' 'systemd-libs'
|
'snappy' 'sudo' 'systemd-libs' 'lua' 'gawk'
|
||||||
'python-flask' 'python-pecan' 'python-pyopenssl' 'python-requests' 'python-werkzeug' 'xfsprogs'
|
'xfsprogs')
|
||||||
'python-yaml' 'python-pyaml')
|
|
||||||
provides=("ceph=${pkgver}-${pkgrel}")
|
provides=("ceph=${pkgver}-${pkgrel}")
|
||||||
conflicts=('ceph')
|
conflicts=('ceph')
|
||||||
|
|
||||||
@@ -50,10 +51,11 @@ package_ceph-bin() {
|
|||||||
|
|
||||||
package_ceph-mgr-bin() {
|
package_ceph-mgr-bin() {
|
||||||
depends=("ceph=${pkgver}-${pkgrel}" "ceph-libs=${pkgver}-${pkgrel}"
|
depends=("ceph=${pkgver}-${pkgrel}" "ceph-libs=${pkgver}-${pkgrel}"
|
||||||
'bash' 'boost-libs' 'coffeescript' 'curl' 'gperftools' 'nodejs' 'nss'
|
'bash' 'boost-libs' 'coffeescript' 'curl' 'gperftools' 'nodejs' 'nss' 'fmt'
|
||||||
'python' 'python-cherrypy' 'python-flask-restful' 'python-pecan'
|
'python' 'python-cherrypy' 'python-pecan' 'python-pyjwt' 'python-more-itertools'
|
||||||
'python-pyjwt' 'python-routes' 'python-jsonpatch' 'python-more-itertools' 'python-numpy'
|
'python-numpy' 'python-scipy' 'python-six' 'python-coverage' 'python-pytest' 'python-dateutil'
|
||||||
'python-scipy' 'python-six')
|
'python-prettytable' 'python-requests' 'python-pyopenssl' 'python-bcrypt' 'python-yaml'
|
||||||
|
'python-werkzeug' 'python-jinja')
|
||||||
optdepends=('python-influxdb: influx module'
|
optdepends=('python-influxdb: influx module'
|
||||||
'python-kubernetes: rook module'
|
'python-kubernetes: rook module'
|
||||||
'python-prometheus_client: prometheus module'
|
'python-prometheus_client: prometheus module'
|
||||||
|
|||||||
Reference in New Issue
Block a user