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:
Jan Cholasta
2017-03-30 10:26:29 +00:00
committed by Martin Basti
parent 9183cf2a75
commit 2b33230f66
6 changed files with 2 additions and 9 deletions

View File

@@ -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"],
}