From c93bfda594723357f3ff9f4eb8191f3d76df680f Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 17 Nov 2016 10:07:18 +0100 Subject: ipapython and ipatest no longer require lxml Commits 64af88fe and 9fbd29cc have removed dependency on lxml. Signed-off-by: Christian Heimes Reviewed-By: Martin Basti --- ipapython/setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipapython') diff --git a/ipapython/setup.py b/ipapython/setup.py index c0a865bb7..087086eee 100755 --- a/ipapython/setup.py +++ b/ipapython/setup.py @@ -48,7 +48,6 @@ if __name__ == '__main__': "ipaplatform", # "ipalib", # circular dependency "pyldap", - "lxml", "netaddr", "netifaces", "python-nss", -- cgit