mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
integration plugins import ldif
Make ipatests depend on python-ldap. Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
8bd469c54e
commit
984a44a46a
@ -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"],
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user