From 8086a0e53406dc95856df2d3e015d3eaaf81380a Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Tue, 18 Aug 2015 07:24:19 +0000 Subject: [PATCH] Restrict PyECLib version to 1.0.7 v1.0.9 rev of PyECLib replaces Jerasure with a native EC implementation (liberasurecode_rs_vand) as the default EC scheme. Going forward, Jerasure will not be bundled with PyPI version of PyECLib as it used to be, until v1.0.7. This is an interim change to Swift requirements until we get v1.0.9 PyECLib included into global-requirements and ready patches that change Swift default ec_type (for doc, config samples and unit tests) from "jerasure_rs_vand" to "liberasurecode_rs_vand." Change-Id: Ica4fee2cdea2bc7f5edd0e51ad637a4457faf3b4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35aab42f4b..e85555288d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ pastedeploy>=1.3.3 simplejson>=2.0.9 six>=1.9.0 xattr>=0.4 -PyECLib>=1.0.7 +PyECLib==1.0.7 # BSD