Fix the ldap pacakge name in requirements/tests.txt

This commit is contained in:
Pedro Algarvio 2019-02-01 16:22:43 +00:00
parent a16461b1ba
commit cc94dab469
No known key found for this signature in database
GPG Key ID: BB36BF6584A298FF

View File

@ -23,7 +23,7 @@ pyvmomi
setproctitle setproctitle
cherrypy>=3.2.2,<18.0.0; python_version < '3.5' and sys.platform != 'win32' and sys.platform != 'darwin' cherrypy>=3.2.2,<18.0.0; python_version < '3.5' and sys.platform != 'win32' and sys.platform != 'darwin'
cherrypy>=3.2.2; python_version >= '3.5' and sys.platform != 'win32' and sys.platform != 'darwin' cherrypy>=3.2.2; python_version >= '3.5' and sys.platform != 'win32' and sys.platform != 'darwin'
ldap; sys.platform != 'win32' and sys.platform != 'darwin' python-ldap; sys.platform != 'win32' and sys.platform != 'darwin'
pyinotify; sys.platform != 'win32' and sys.platform != 'darwin' pyinotify; sys.platform != 'win32' and sys.platform != 'darwin'
PyMySQL; sys.platform != 'win32' and sys.platform != 'darwin' PyMySQL; sys.platform != 'win32' and sys.platform != 'darwin'
jsonschema jsonschema