From 9062e965344c0e160d714e05748592ccc3d44ad0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 17 Oct 2022 23:51:40 +0200 Subject: ceph-bin: fix _pinned_dependencies --- ceph-bin/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ceph-bin') diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD index c3a072e20..e61dcfddc 100644 --- a/ceph-bin/PKGBUILD +++ b/ceph-bin/PKGBUILD @@ -82,7 +82,8 @@ package_ceph-bin() { } package_ceph-mgr-bin() { - depends=("ceph=${pkgver}-${pkgrel}" "ceph-libs=${pkgver}-${pkgrel}" + _pinned_dependencies=() + depends=("ceph=${pkgver}-${pkgrel}" "ceph-libs=${pkgver}-${pkgrel}" "${_pinned_dependencies[@]}" 'bash' 'boost-libs' 'coffeescript' 'curl' 'gperftools' 'nodejs' 'nss' 'fmt' 'python' 'python-cherrypy' 'python-pecan' 'python-pyjwt' 'python-more-itertools' 'python-numpy' 'python-scipy' 'python-six' 'python-coverage' 'python-pytest' 'python-dateutil' -- cgit v1.2.3-54-g00ecf