From: Alfredo Deza Date: Wed, 16 Mar 2016 18:55:35 +0000 (-0400) Subject: install python2.6-dev as well for python2.6 support X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F336%2Fhead;p=ceph-build.git install python2.6-dev as well for python2.6 support Signed-off-by: Alfredo Deza --- diff --git a/ceph-deploy-pull-requests/setup/playbooks/tasks/ubuntu.yml b/ceph-deploy-pull-requests/setup/playbooks/tasks/ubuntu.yml index 23bbff8f..e4928209 100644 --- a/ceph-deploy-pull-requests/setup/playbooks/tasks/ubuntu.yml +++ b/ceph-deploy-pull-requests/setup/playbooks/tasks/ubuntu.yml @@ -10,6 +10,7 @@ with_items: - python-software-properties - python-dev + - python2.6-dev - python-setuptools - python2.6 - python2.7