Adjustments for setup requirements

* Fix some typos, missing or surplus dependencies.
* Remove setup requirement on wheel since it triggers download.

ipatests is now installable. Tests need further changes to be runable.

https://fedorahosted.org/freeipa/ticket/6468

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Christian Heimes
2016-11-17 16:43:17 +01:00
committed by Martin Babinsky
parent 38cc40ddb5
commit ed9645b2ac
7 changed files with 17 additions and 22 deletions

View File

@@ -47,7 +47,4 @@ if __name__ == '__main__':
"python-nss",
"six",
],
setup_requires=[
"wheel",
],
)