From ed9645b2ac58fd4664810f05970ea258c7948420 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 17 Nov 2016 16:43:17 +0100 Subject: 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 Reviewed-By: Martin Babinsky Reviewed-By: Jan Cholasta Reviewed-By: Martin Basti --- ipapython/setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ipapython') diff --git a/ipapython/setup.py b/ipapython/setup.py index c413ffa6e..86e4131e5 100755 --- a/ipapython/setup.py +++ b/ipapython/setup.py @@ -51,10 +51,8 @@ if __name__ == '__main__': "requests", "six", ], - setup_requires=[ - "wheel", - ], extras_require={ ":python_version<'3'": ["enum34"], + "install": ["dbus-python"], # for certmonger }, ) -- cgit