[arch-commits] Commit in python-tensorflow-serving-api/trunk (PKGBUILD)
    Evangelos Foutras 
    foutrelis at archlinux.org
       
    Sun Nov  3 20:19:29 UTC 2019
    
    
  
    Date: Sunday, November 3, 2019 @ 20:19:29
  Author: foutrelis
Revision: 522635
Depend on bazel<1
Modified:
  python-tensorflow-serving-api/trunk/PKGBUILD
----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 20:17:39 UTC (rev 522634)
+++ PKGBUILD	2019-11-03 20:19:29 UTC (rev 522635)
@@ -10,7 +10,7 @@
 url="https://www.tensorflow.org/serving/"
 license=('Apache')
 depends=('python' 'python-grpcio' 'python-tensorflow' 'python-protobuf')
-makedepends=('bazel' 'python-wheel' 'python-pip')
+makedepends=('bazel<1' 'python-wheel' 'python-pip')
 source=("https://github.com/tensorflow/serving/archive/${_pkgver}.tar.gz")
 sha256sums=('af50117af512e4b9866f29741894f221fa18349bb156dbf26ac6549b75b6ad26')
 
    
    
More information about the arch-commits
mailing list