From 0297b9936788ac100db6787d048c6d378da377b0 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sat, 25 Jul 2015 17:50:55 -0700 Subject: [PATCH] Block the pymemcache 1.3.0 release This release moved the exceptions around in a backwards incompatible way that is now currently breaking tooz gate (and likely others) so stop it from being used until a more backwards compatible release is made. This should be fixed in: https://github.com/pinterest/pymemcache/pull/73 Change-Id: I6b927c255b6721c86941ff5d6ce6beb0e92b4734 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index ab183d63be..99c82c1742 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -119,7 +119,7 @@ pycrypto>=2.6 PyECLib>=1.0.7 # BSD pyghmi>=0.6.11 pykmip>=0.3.1 # Apache 2.0 License -pymemcache>=1.2.9 # Apache 2.0 License +pymemcache>=1.2.9,!=1.3.0 # Apache 2.0 License pymongo>=3.0.2 PyMySQL>=0.6.2 # MIT License