ipapython and ipatest no longer require lxml

Commits 64af88fe and 9fbd29cc have removed dependency on lxml.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Christian Heimes
2016-11-17 10:07:18 +01:00
committed by Martin Basti
parent efb3700389
commit c93bfda594
2 changed files with 0 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ if __name__ == '__main__':
"ipaplatform", "ipaplatform",
# "ipalib", # circular dependency # "ipalib", # circular dependency
"pyldap", "pyldap",
"lxml",
"netaddr", "netaddr",
"netifaces", "netifaces",
"python-nss", "python-nss",

View File

@@ -67,7 +67,6 @@ if __name__ == '__main__':
"ipaplatform", "ipaplatform",
"ipapython", "ipapython",
"ipaserver", "ipaserver",
"lxml",
"nose", "nose",
"pyldap", "pyldap",
"pytest", "pytest",