Date: Wednesday, December 25, 2019 @ 03:25:31 Author: svenstaro Revision: 540608
upgpkg: tensorboard 2.1.0-2: Depend on python-google-auth-oauthlib (fixes FS#64859) Modified: tensorboard/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-25 03:17:59 UTC (rev 540607) +++ PKGBUILD 2019-12-25 03:25:31 UTC (rev 540608) @@ -2,13 +2,13 @@ pkgname=tensorboard pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="TensorFlow's Visualization Toolkit" url='https://github.com/tensorflow/tensorboard' arch=('x86_64') license=('APACHE') depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 'python-wheel' 'python-markdown' 'python-tensorflow-serving-api' - 'python-html5lib' 'python-protobuf' 'python-setuptools' 'python-tensorflow' 'python-grpcio') + 'python-html5lib' 'python-protobuf' 'python-setuptools' 'python-tensorflow' 'python-grpcio' 'python-google-auth-oauthlib') makedepends=('bazel' 'tree') source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz" bump-tensorflow.patch)
