From c93bfda594723357f3ff9f4eb8191f3d76df680f Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Nov 17 2016 10:29:28 +0000 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 --- diff --git a/ipapython/setup.py b/ipapython/setup.py index c0a865b..087086e 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", diff --git a/ipatests/setup.py b/ipatests/setup.py index ba7a40f..26f0124 100644 --- a/ipatests/setup.py +++ b/ipatests/setup.py @@ -67,7 +67,6 @@ if __name__ == '__main__': "ipaplatform", "ipapython", "ipaserver", - "lxml", "nose", "pyldap", "pytest",