mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipapython and ipatest no longer require lxml
Commits64af88feand9fbd29cchave removed dependency on lxml. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
efb3700389
commit
c93bfda594
@@ -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",
|
||||||
|
|||||||
@@ -67,7 +67,6 @@ if __name__ == '__main__':
|
|||||||
"ipaplatform",
|
"ipaplatform",
|
||||||
"ipapython",
|
"ipapython",
|
||||||
"ipaserver",
|
"ipaserver",
|
||||||
"lxml",
|
|
||||||
"nose",
|
"nose",
|
||||||
"pyldap",
|
"pyldap",
|
||||||
"pytest",
|
"pytest",
|
||||||
|
|||||||
Reference in New Issue
Block a user