File 0001-Move-grpcio-from-requirements.txt-to-extras.patch of Package python-tooz

From 535121d6133af5d8cf108cb0594511d426fa38ae Mon Sep 17 00:00:00 2001
From: Thomas Bechtold <tbechtold@suse.com>
Date: Mon, 4 Mar 2019 10:17:07 +0100
Subject: [PATCH] Move grpcio from requirements.txt to extras

It is only needed for the etcd3 driver.

Change-Id: I0a0215f56b37d9a4286097b7f748f68d59afcb35
---
 requirements.txt | 1 -
 setup.cfg        | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

Index: tooz-1.65.0/requirements.txt
===================================================================
--- tooz-1.65.0.orig/requirements.txt
+++ tooz-1.65.0/requirements.txt
@@ -13,4 +13,3 @@ futures>=3.0;python_version=='2.7' or py
 futurist>=1.2.0 # Apache-2.0
 oslo.utils>=3.15.0 # Apache-2.0
 oslo.serialization>=1.10.0 # Apache-2.0
-grpcio>=1.18.0
Index: tooz-1.65.0/setup.cfg
===================================================================
--- tooz-1.65.0.orig/setup.cfg
+++ tooz-1.65.0/setup.cfg
@@ -47,6 +47,7 @@ etcd =
 	requests>=2.10.0 # Apache-2.0
 etcd3 = 
 	etcd3>=0.6.2 # Apache-2.0
+        grpcio>=1.18.0
 etcd3gw = 
 	etcd3gw>=0.1.0 # Apache-2.0
 zake = 
openSUSE Build Service is sponsored by