summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2016-01-31 10:30:06 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2016-02-02 23:08:11 +0100
commit16976a0f14ee2b5f7abc76086f9abfb9f337a655 (patch)
treec48965d48693ac11a153d2b94d221cd9439b7b73 /requirements.txt
parent86441f1e4fbe34b4602a94e1097d2baa62adc6d2 (diff)
downloadswift-16976a0f14ee2b5f7abc76086f9abfb9f337a655.tar.gz
Changed EC backend from jerasure to liberasurecode in examples and docs
liberasurecode_rs_vand is build-in liberasurecode, so you don't need another depedency libjerasure2. liberasurecode_rs_vand is supported by pyeclib from 1.0.8 version, so bumping version up. Closes-Bug: #1534325 Change-Id: If2d96875694df8fd48c5278395859aaa165cb566
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 17e18b4b1..b7f8f13f1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,4 +10,4 @@ netifaces>=0.5,!=0.10.0,!=0.10.1
pastedeploy>=1.3.3
six>=1.9.0
xattr>=0.4
-PyECLib>=1.0.7 # BSD
+PyECLib>=1.0.8 # BSD