[Pki-devel] [PATCH] 552 Added missing python-lxml build dependency.

Endi Sukma Dewata edewata at redhat.com
Wed Feb 4 19:53:33 UTC 2015


The python-lxml is actually needed to avoid pylint failures during
build so it has been added as a build dependency.

https://fedorahosted.org/pki/ticket/1252

-- 
Endi S. Dewata
-------------- next part --------------
From d60c2c78598df392af242bc14b4621efe68da794 Mon Sep 17 00:00:00 2001
From: "Endi S. Dewata" <edewata at redhat.com>
Date: Mon, 2 Feb 2015 14:43:16 -0500
Subject: [PATCH] Added missing python-lxml build dependency.

The python-lxml is actually needed to avoid pylint failures during
build so it has been added as a build dependency.

https://fedorahosted.org/pki/ticket/1252
---
 specs/pki-core.spec | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/specs/pki-core.spec b/specs/pki-core.spec
index 6578b96880c78293ad8d1bc72b73724f776addef..a9d9db6d208642bdd5e88025e15e8f4e4553215c 100644
--- a/specs/pki-core.spec
+++ b/specs/pki-core.spec
@@ -33,6 +33,7 @@ BuildRequires:    nss-devel >= 3.14.3
 BuildRequires:    openldap-devel
 BuildRequires:    pkgconfig
 BuildRequires:    policycoreutils
+BuildRequires:    python-lxml
 BuildRequires:    python-sphinx
 BuildRequires:    velocity
 BuildRequires:    xalan-j2
@@ -898,6 +899,7 @@ echo >> /var/log/pki/pki-server-upgrade-%{version}.log 2>&1
 - Updated version number to 10.2.2-0.1
 - Moved web application deployment locations.
 - Updated Resteasy and Jackson dependencies.
+- Added missing python-lxml build dependency.
 
 * Thu Jan  8 2015 Dogtag Team <pki-devel at redhat.com> 10.2.1-1
 - Update release number for release build
-- 
1.8.4.2



More information about the Pki-devel mailing list