Add libxslt headers to bindep
The security role gate is broken because the lxml module cannot be built without `xslt-config`. Change-Id: I008f7388762d326bec7cb60526f03e68823330c4
This commit is contained in:
parent
1cf9fba0d3
commit
ce386ec8c3
@ -15,6 +15,7 @@ build-essential [platform:dpkg]
|
||||
git-core [platform:dpkg]
|
||||
libssl-dev [platform:dpkg]
|
||||
libffi-dev [platform:dpkg]
|
||||
libxslt1-dev [platform:dpkg]
|
||||
python2.7 [platform:dpkg]
|
||||
python-dev [platform:dpkg]
|
||||
python-apt [platform:dpkg]
|
||||
@ -23,6 +24,7 @@ python-apt [platform:dpkg]
|
||||
gcc [platform:rpm]
|
||||
gcc-c++ [platform:rpm]
|
||||
git [platform:rpm]
|
||||
libxslt-devel [platform:rpm]
|
||||
python-devel [platform:rpm]
|
||||
|
||||
# Requirements for Paramiko 2.0
|
||||
|
Loading…
Reference in New Issue
Block a user