summaryrefslogtreecommitdiff
path: root/ceph-bin
diff options
context:
space:
mode:
Diffstat (limited to 'ceph-bin')
-rw-r--r--ceph-bin/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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'