integration plugins import ldif

Make ipatests depend on python-ldap.

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Christian Heimes 2019-05-15 13:40:23 +02:00
parent 8bd469c54e
commit 984a44a46a

View File

@ -70,13 +70,14 @@ if __name__ == '__main__':
"polib",
"pytest",
"pytest_multihost",
"python-ldap",
"six",
],
extras_require={
"integration": ["dbus-python", "pyyaml", "ipaserver"],
"ipaserver": ["ipaserver"],
"webui": ["selenium", "pyyaml", "ipaserver"],
"xmlrpc": ["ipaserver", "python-ldap"],
"xmlrpc": ["ipaserver"],
":python_version<'3'": ["mock"],
}
)