Add libxml2-dev and libxslt1-dev to build-packages

Change-Id: I93c2ac657b071ae880bc1b6a32e2be3d0b59a4f2
This commit is contained in:
Corey Bryant 2017-05-03 18:08:34 +00:00
parent 92d51f2316
commit fc6fdf0525
1 changed files with 5 additions and 3 deletions

View File

@ -34,20 +34,22 @@ parts:
python-version: python2 python-version: python2
source: http://tarballs.openstack.org/glance/glance-master.tar.gz source: http://tarballs.openstack.org/glance/glance-master.tar.gz
python-packages: python-packages:
- pymysql
- httplib2 - httplib2
- python-swiftclient
- os-brick - os-brick
- python-cinderclient
- oslo.rootwrap - oslo.rootwrap
- oslo.vmware - oslo.vmware
- pymysql
- python-cinderclient
- python-memcached - python-memcached
- python-swiftclient
- git+https://github.com/openstack/snap.openstack#egg=snap.openstack - git+https://github.com/openstack/snap.openstack#egg=snap.openstack
constraints: https://raw.githubusercontent.com/openstack/requirements/master/upper-constraints.txt constraints: https://raw.githubusercontent.com/openstack/requirements/master/upper-constraints.txt
build-packages: build-packages:
- gcc - gcc
- libffi-dev - libffi-dev
- libssl-dev - libssl-dev
- libxml2-dev
- libxslt1-dev
stage: stage:
- -usr/bin/2to3 - -usr/bin/2to3
- -usr/bin/pydoc - -usr/bin/pydoc