diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-10-17 23:51:40 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-10-17 23:51:40 +0200 |
commit | 9062e965344c0e160d714e05748592ccc3d44ad0 (patch) | |
tree | d6e2c0956f1874778a96d8b8da204722134ca586 /ceph-bin | |
parent | 2a97ef35d410f0db6e690a020937b6ce48e767fc (diff) | |
download | archlinuxewe-9062e965344c0e160d714e05748592ccc3d44ad0.tar.xz |
ceph-bin: fix _pinned_dependencies
Diffstat (limited to 'ceph-bin')
-rw-r--r-- | ceph-bin/PKGBUILD | 3 |
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' |