mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
Fix the ldap
pacakge name in requirements/tests.txt
This commit is contained in:
parent
a16461b1ba
commit
cc94dab469
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user