Increase etcd3gw dependency version
There is an upstream issue[1] in etcd3gw, when running on Python3, a lock is never treated as acquired (although in fact it is acquired). This makes that qinling cannot work properly on Python3. The fix[2] is included in etcd3gw 0.2.2. So the requirements must be updated for qinling to run normally on Python3. [1]. https://github.com/dims/etcd3-gateway/issues/24 [2]. https://github.com/dims/etcd3-gateway/pull/25 Change-Id: I3868864b957c8a5cd8c26acadc7e17f1c427699c
This commit is contained in:
parent
527474fe30
commit
77fc9f11a7
@ -20,7 +20,7 @@ debtcollector==1.19.0
|
||||
decorator==4.2.1
|
||||
dogpile.cache==0.6.5
|
||||
enum-compat==0.0.2
|
||||
etcd3gw==0.2.0
|
||||
etcd3gw==0.2.2
|
||||
eventlet==0.20.0
|
||||
extras==1.0.0
|
||||
fasteners==0.14.1
|
||||
|
@ -29,5 +29,5 @@ croniter>=0.3.4 # MIT License
|
||||
python-dateutil>=2.5.3 # BSD
|
||||
tenacity>=4.4.0 # Apache-2.0
|
||||
PyMySQL>=0.7.6 # MIT License
|
||||
etcd3gw>=0.2.0 # Apache-2.0
|
||||
etcd3gw>=0.2.2 # Apache-2.0
|
||||
cotyledon>=1.3.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user