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
This commit is contained in:
Tushar Gohad 2015-08-18 07:24:19 +00:00
parent daf448f490
commit 8086a0e534

View File

@ -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