[arch-commits] Commit in grpc/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Sat Oct 17 11:08:22 UTC 2020


    Date: Saturday, October 17, 2020 @ 11:08:22
  Author: mtorromeo
Revision: 725374

fixed missing re2 dependency

Modified:
  grpc/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-17 11:07:39 UTC (rev 725373)
+++ PKGBUILD	2020-10-17 11:08:22 UTC (rev 725374)
@@ -94,7 +94,7 @@
 
 package_python-grpcio() {
   pkgdesc='Python language bindings for grpc, remote procedure call (RPC) framework'
-  depends=('c-ares' 'python')
+  depends=('c-ares' 'python' 're2')
 
   cd "$srcdir/$pkgbase-$pkgver"
   python setup.py install -O1 --skip-build --root="$pkgdir"



More information about the arch-commits mailing list