URL: https://github.com/freeipa/freeipa/pull/250
Author: tiran
 Title: #250: ipapython and ipatest no longer require lxml
Action: opened

PR body:
"""
Commits 64af88fe and 9fbd29cc have removed dependency on lxml.

Signed-off-by: Christian Heimes <chei...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/250/head:pr250
git checkout pr250
From 2c4eb43b0a3291ea33bb8060e04886b5697e3873 Mon Sep 17 00:00:00 2001
From: Christian Heimes <chei...@redhat.com>
Date: Thu, 17 Nov 2016 10:07:18 +0100
Subject: [PATCH] ipapython and ipatest no longer require lxml

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

Signed-off-by: Christian Heimes <chei...@redhat.com>
---
 ipapython/setup.py | 1 -
 ipatests/setup.py  | 1 -
 2 files changed, 2 deletions(-)

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 @@
             "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 @@
             "ipaplatform",
             "ipapython",
             "ipaserver",
-            "lxml",
             "nose",
             "pyldap",
             "pytest",
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to