From e0d28eda45e75cdaccf29bef95dec0734df1269d Mon Sep 17 00:00:00 2001 From: Raul Cuza Date: Fri, 9 Dec 2011 10:33:34 -0500 Subject: Add additional requirements to install_requires. * libxml2 * libxslt --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 410dc55a6..0b4f75649 100755 --- a/setup.py +++ b/setup.py @@ -140,7 +140,9 @@ setup(cmdclass=cmdclass, "Bcfg2.Server.Reports.reports.templatetags", "Bcfg2.Server.Snapshots", ], - install_requires = ["lxml"], + install_requires = ['lxml', + 'libxml2', + 'libxslt'], package_dir = {'Bcfg2': 'src/lib'}, package_data = {'Bcfg2.Server.Reports.reports':['fixtures/*.xml', 'templates/*.html', 'templates/*/*.html', -- cgit v1.2.3-1-g7c22