dev-python/google-apitools: version bump to 0.5.22

This commit is contained in:
Mike Frysinger
2018-03-28 23:06:39 -04:00
committed by Mike Frysinger
parent e63c06317d
commit 2205d18f81
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/setup.py b/setup.py
index c0ab0b842899..2b21497dd088 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ REQUIRED_PACKAGES = [
CLI_PACKAGES = [
'google-apputils>=0.4.0',
- 'python-gflags==3.0.6', # Starting version 3.0.7 py26 is not supported.
+ 'python-gflags>=3.0.6',
]
TESTING_PACKAGES = [