# HG changeset patch # User Philippe Pepiot <philippe.pepiot@logilab.fr> # Date 1583403564 -3600 # Thu Mar 05 11:19:24 2020 +0100 # Node ID 7c4e776206ca299147a79ed697dda6c57e4f76e4 # Parent 60f15e7bf5f78e7c15135f52736fba70c2b79faa [docker] switch to ldap3>=2 Now logilab/cubicweb:dev use a cubicweb compatible with ldap3>=2 diff --git a/docker/requirements.txt b/docker/requirements.txt --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,4 +1,4 @@ # extra requirements to be installed in docker pyramid-redis-sessions cubicweb-trustedauth -https://github.com/cannatag/ldap3/archive/0.9.5.1.tar.gz +ldap3>=2,<3