summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-08-18 07:24:19 +0000
committerTushar Gohad <tushar.gohad@intel.com>2015-08-25 17:07:37 +0000
commit8086a0e53406dc95856df2d3e015d3eaaf81380a (patch)
tree2e959e2c110e8944e90dae79cebfeaf7d95d15fe /requirements.txt
parentdaf448f4900d5b620d905d8f0ae838f6ac066484 (diff)
downloadswift-8086a0e53406dc95856df2d3e015d3eaaf81380a.tar.gz
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
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 35aab42f4..e85555288 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