This is now using the correct package for Ubuntu in regards to libxslt.
Signed-off-by: Socorro Stoppler <socorro(a)linux.vnet.ibm.com>
---
contrib/DEBIAN/control.in | 2 +-
docs/README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/DEBIAN/control.in b/contrib/DEBIAN/control.in
index 7dc4959..185b187 100644
--- a/contrib/DEBIAN/control.in
+++ b/contrib/DEBIAN/control.in
@@ -15,7 +15,7 @@ Depends: python-cherrypy3 (>= 3.2.0),
python-psutil (>= 0.6.0),
fonts-font-awesome,
texlive-fonts-extra
-Build-Depends: libxslt,
+Build-Depends: xsltproc,
openssl,
python-lxml,
pkg-config,
diff --git a/docs/README.md b/docs/README.md
index 4ce6bb6..d77b89b 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -82,7 +82,7 @@ channel at RHN Classic or Red Hat Satellite.
python-cherrypy3 python-cheetah python-imaging \
python-pam python-m2crypto python-jsonschema \
python-psutil python-ldap python-lxml nginx \
- libxslt openssl python-dev python-pip \
+ xsltproc openssl python-dev python-pip \
g++ fonts-font-awesome texlive-fonts-extra
$ sudo pip install cython libsass
--
1.9.1