Skip to content

Commit 5edfb09

Browse files
committed
nix: replace python-ldap by ldap
Signed-off-by: Paul Kroeher <paul.kroeher@cyberus-technology.de> On-behalf-of: SAP paul.kroeher@sap.com
1 parent eb0f354 commit 5edfb09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/keystone.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let
3535
pycodestyle
3636
pymysql
3737
pysaml2
38-
python-ldap
38+
ldap
3939
requests
4040
stestr
4141
tempest
@@ -101,7 +101,7 @@ python3Packages.buildPythonPackage (rec {
101101
oslo-db
102102
oslotest
103103
pycodestyle
104-
python-ldap
104+
ldap
105105
requests
106106
tempest
107107
testresources

0 commit comments

Comments
 (0)