[arch-commits] Commit in ceph/trunk (PKGBUILD)
Thore Bödecker
foxxx0 at archlinux.org
Fri Jul 6 06:33:31 UTC 2018
Date: Friday, July 6, 2018 @ 06:33:30
Author: foxxx0
Revision: 353344
upgpkg: ceph 13.2.0-4
add missing python2-requests dep, dashboard is now working
Modified:
ceph/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-06 06:33:19 UTC (rev 353343)
+++ PKGBUILD 2018-07-06 06:33:30 UTC (rev 353344)
@@ -4,7 +4,7 @@
pkgbase='ceph'
pkgname=('ceph' 'ceph-libs')
pkgver=13.2.0
-pkgrel=3
+pkgrel=4
pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
arch=('x86_64')
url='https://ceph.com/'
@@ -15,7 +15,7 @@
'libatomic_ops' 'libedit' 'libsystemd' 'libutil-linux' 'libxml2' 'lsb-release'
'lz4' 'ncurses' 'nss' 'parted' 'pcre' 'procps-ng' 'python2-cherrypy'
'python2-jinja' 'python2-nose' 'python2-pecan' 'python2-pip' 'python2-bcrypt'
- 'python2-prettytable' 'python2-pyopenssl' 'python2-setuptools'
+ 'python2-prettytable' 'python2-pyopenssl' 'python2-setuptools' 'python2-routes'
'python2-sphinx' 'python2-tox' 'python2-virtualenv' 'python2-werkzeug' 'sed'
'snappy' 'socat' 'systemd' 'valgrind' 'xfsprogs' 'xmlstarlet' 'yasm'
'zlib' 'zstd' 'cunit' 'oath-toolkit' 'fontconfig')
@@ -141,11 +141,11 @@
package_ceph() {
depends=('ceph-libs' 'boost-libs' 'curl' 'fuse2' 'glibc' 'gperftools'
- 'keyutils' 'leveldb' 'libaio' 'libsystemd' 'libutil-linux'
+ 'keyutils' 'leveldb' 'libaio' 'libsystemd' 'libutil-linux' 'python2-routes'
'lsb-release' 'ncurses' 'nss' 'python2' 'python2-cherrypy' 'python2-bcrypt'
'python2-jinja' 'python2-mako' 'python2-pecan' 'python2-prettytable'
'python2-pyopenssl' 'python2-setuptools' 'python2-singledispatch'
- 'python2-webob' 'python2-werkzeug' 'snappy' 'xfsprogs')
+ 'python2-webob' 'python2-werkzeug' 'snappy' 'xfsprogs' 'python2-requests')
cd "${srcdir}/${pkgbase}-${pkgver}/build"
More information about the arch-commits
mailing list