mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
setup, pylint, spec file: drop python-nss dependency
Remove the unused python-nss dependency. Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
9183cf2a75
commit
2b33230f66
@@ -75,7 +75,7 @@ if __name__ == '__main__':
|
||||
],
|
||||
extras_require={
|
||||
"integration": ["dbus-python", "pyyaml", "ipaserver"],
|
||||
"ipaserver": ["ipaserver", "python-nss"],
|
||||
"ipaserver": ["ipaserver"],
|
||||
"webui": ["selenium", "pyyaml", "ipaserver"],
|
||||
"xmlrpc": ["ipaserver"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user