summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-04-15 17:34:48 -0700
committerJohn Dickinson <me@not.mn>2015-04-21 11:29:25 -0700
commit281cb1c210f0292bad190cabaae447145fa5eade (patch)
tree14326c49139d4fdb614d99c321064ad8c2e8202b
parent51e31c5c7147f3ba61437e132b12b491ca718ce4 (diff)
downloadswift-281cb1c210f0292bad190cabaae447145fa5eade.tar.gz
Bump PyECLib version from 1.0.3 to 1.0.7
In addition to fixing several bugs, 1.0.7 eliminates the need for a few work-around code in Swift. This code was only to hide issues in the current version, but it also ends up breaking some third-party integration. In order to enable expected functionality and to avoid dealing with deprecation issues right from the beginning, we need to bump the minium PyECLib requirement to 1.0.7. Closes-Bug: 1446727 Change-Id: I03e059e7335656c22be28ffd6157b56e13bdfc1b
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 27d507901..9f81b844a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,4 +9,4 @@ netifaces>=0.5,!=0.10.0,!=0.10.1
pastedeploy>=1.3.3
simplejson>=2.0.9
xattr>=0.4
-PyECLib>=1.0.3
+PyECLib>=1.0.7