Merge lp:~cprov/charms/trusty/core-image-publisher/glanceclient-builddeps into lp:~canonical-ci-engineering/charms/trusty/core-image-publisher/trunk

Proposed by Celso Providelo
Status: Merged
Approved by: Thomi Richards
Approved revision: 5
Merged at revision: 5
Proposed branch: lp:~cprov/charms/trusty/core-image-publisher/glanceclient-builddeps
Merge into: lp:~canonical-ci-engineering/charms/trusty/core-image-publisher/trunk
Diff against target: 13 lines (+2/-1)
1 file modified
hooks/actions.py (+2/-1)
To merge this branch: bzr merge lp:~cprov/charms/trusty/core-image-publisher/glanceclient-builddeps
Reviewer Review Type Date Requested Status
Thomi Richards (community) Approve
Review via email: mp+254660@code.launchpad.net

Commit message

Installing missing build-deps for python-glanceclient.

Description of the change

Installing missing build-deps for python-glanceclient.

To post a comment you must log in.
Revision history for this message
Thomi Richards (thomir-deactivatedaccount) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/actions.py'
2--- hooks/actions.py 2015-03-30 18:47:15 +0000
3+++ hooks/actions.py 2015-03-30 22:56:05 +0000
4@@ -10,7 +10,8 @@
5 SERVICE_NAME = 'core-image-publisher'
6 SERVICE_CONFIGNAME = 'core-service.conf'
7 REQUIRED_PACKAGES = [
8- 'python-virtualenv', 'python3-dev', 'qemu-utils', 'ubuntu-device-flash',
9+ 'python-virtualenv', 'python3-dev', 'libssl-dev', 'libffi-dev',
10+ 'qemu-utils', 'ubuntu-device-flash',
11 ]
12
13 config = hookenv.config()

Subscribers

People subscribed via source and target branches