Actually, remove python-ldap. It needs system deps. Have salt-jenkins do it.

This commit is contained in:
Pedro Algarvio 2019-02-01 16:36:25 +00:00
parent cc94dab469
commit 6f0d4076e1
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -23,7 +23,6 @@ pyvmomi
setproctitle
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'
python-ldap; sys.platform != 'win32' and sys.platform != 'darwin'
pyinotify; sys.platform != 'win32' and sys.platform != 'darwin'
PyMySQL; sys.platform != 'win32' and sys.platform != 'darwin'
jsonschema