From: Vitaly Parakhin Date: Mon, 12 May 2014 10:34:55 +0000 (+0300) Subject: Adding python-ceph dependency. LP #1318518 X-Git-Tag: 2014.1^0 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fopenstack-ci%2Ffuel-5.0%2F2014.1;p=openstack-build%2Fcinder-build.git Adding python-ceph dependency. LP #1318518 Change-Id: I5ba78fb3273e175d61f2f8013b52583b99107702 --- diff --git a/debian/control b/debian/control index 11cee3fcd..2e9598d71 100644 --- a/debian/control +++ b/debian/control @@ -85,8 +85,9 @@ Depends: python-taskflow, python-webob (>= 1.2.3), ${misc:Depends}, - ${python:Depends} -Suggests: python-ceph, python-hp3parclient + ${python:Depends}, + python-ceph +Suggests: python-hp3parclient Description: Cinder Python libraries OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public diff --git a/rpm/SPECS/openstack-cinder.spec b/rpm/SPECS/openstack-cinder.spec index 865ad405e..ec19c432d 100644 --- a/rpm/SPECS/openstack-cinder.spec +++ b/rpm/SPECS/openstack-cinder.spec @@ -112,6 +112,8 @@ Requires: python-lockfile Requires: python-oslo-rootwrap Requires: python-taskflow +Requires: python-ceph + %description -n python-cinder OpenStack Volume (codename Cinder) provides services to manage and access block storage volumes for use by Virtual Machine instances.