diff options
| author | Christian Heimes <cheimes@redhat.com> | 2016-11-17 10:07:18 +0100 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-11-17 11:29:28 +0100 |
| commit | c93bfda594723357f3ff9f4eb8191f3d76df680f (patch) | |
| tree | 15c7e967639cec651cba09d17f503824b3197214 | |
| parent | efb3700389ff46244189fa95779484eb099d63b4 (diff) | |
| download | freeipa-c93bfda594723357f3ff9f4eb8191f3d76df680f.tar.gz freeipa-c93bfda594723357f3ff9f4eb8191f3d76df680f.tar.xz freeipa-c93bfda594723357f3ff9f4eb8191f3d76df680f.zip | |
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>
| -rwxr-xr-x | ipapython/setup.py | 1 | ||||
| -rw-r--r-- | ipatests/setup.py | 1 |
2 files changed, 0 insertions, 2 deletions
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", diff --git a/ipatests/setup.py b/ipatests/setup.py index ba7a40fa1..26f01240b 100644 --- a/ipatests/setup.py +++ b/ipatests/setup.py @@ -67,7 +67,6 @@ if __name__ == '__main__': "ipaplatform", "ipapython", "ipaserver", - "lxml", "nose", "pyldap", "pytest", |
