pkgbuild: add missing deps for libs,mgr

Missed from the src ceph PKGBUILD somewhere along the way, added now.

Issue: https://github.com/bazaah/aur-ceph/issues/7
Reported-by: aur.archlinux.org/account/antage
This commit is contained in:
Bazaah
2022-12-21 17:02:52 +00:00
parent 69a91a0627
commit 0186817989
2 changed files with 4 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ pkgname = ceph-libs-bin
depends = librdkafka
depends = libaio
depends = gperftools
depends = librabbitmq-c
depends = python-prettytable
depends = python-yaml
depends = python-setuptools
@@ -88,6 +89,7 @@ pkgname = ceph-mgr-bin
depends = python-pecan
depends = python-pyjwt
depends = python-more-itertools
depends = python-routes
depends = python-numpy
depends = python-scipy
depends = python-six