From 973d9358d2e6e029409d1902831b4680e02952c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Thu, 11 Feb 2016 10:20:10 +0100 Subject: [PATCH] Bump PyECLib requirement to >= 1.2.0 This was discussed at last Swift meeting [1] and conclusion was to require newest PyECLib version. [1] http://eavesdrop.openstack.org/meetings/swift/2016/swift.2016-02-10-21.00.log.html#l-268 Depends-On: I0fd58f26bc0a3e7715356ff74344981f22786152 Change-Id: I54e89d99b48e00e614d2d457814c00354763c83b --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b7f8f13f19..3480d4f3b2 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.8 # BSD +PyECLib>=1.2.0 # BSD