
Signed-off-by: Socorro Stoppler <socorro@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..f988fa5 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: libxslt1-dev, openssl, python-lxml, pkg-config, diff --git a/docs/README.md b/docs/README.md index 4ce6bb6..5d0aa98 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 \ + libxslt1-dev openssl python-dev python-pip \ g++ fonts-font-awesome texlive-fonts-extra $ sudo pip install cython libsass -- 1.9.1