]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Adding python-ceph dependency. LP #1318518 openstack-ci/fuel-5.0.1/2014.1 openstack-ci/fuel-5.0/2014.1 2014.1
authorVitaly Parakhin <vparakhin@mirantis.com>
Mon, 12 May 2014 10:34:55 +0000 (13:34 +0300)
committerVitaly Parakhin <vparakhin@mirantis.com>
Mon, 12 May 2014 10:45:33 +0000 (13:45 +0300)
Change-Id: I5ba78fb3273e175d61f2f8013b52583b99107702

debian/control
rpm/SPECS/openstack-cinder.spec

index 11cee3fcdc7d78174975a585bcbe6f14d2150bdc..2e9598d7101389e3c4fb1ec061b73e31e76ed58b 100644 (file)
@@ -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
index 865ad405ebffb90cd0798ee9c48cea35d13b2b0e..ec19c432d7c6ca37a90217b57387444d63a7dd4b 100644 (file)
@@ -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.