summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@dreamhost.com>2011-09-27 11:23:09 -0700
committerJosh Durgin <josh.durgin@dreamhost.com>2011-09-27 12:34:32 -0700
commit951ce29ef2b40729bb1a3755581f7b6e5c8c19ca (patch)
tree84beaf7afd233ead5cf8b315f9ffb34d9d154fb7 /debian/control
parent58003d235a6e4dd504601ba5cd8122216fcce086 (diff)
downloadceph-951ce29ef2b40729bb1a3755581f7b6e5c8c19ca.tar.gz
debian: make python-ceph depend on librbd
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index cae58cd0929..3e7b07c0b88 100644
--- a/debian/control
+++ b/debian/control
@@ -300,10 +300,10 @@ Description: synchronize data between cloud object storage providers or a local
Package: python-ceph
Architecture: linux-any
Section: python
-Depends: ${python:Depends}, librados2, librgw1
+Depends: ${python:Depends}, librados2, librbd1, librgw1
Description: Python libraries for the Ceph distributed filesystem
Ceph is a distributed storage and network file system designed to provide
excellent performance, reliability, and scalability.
.
This package contains Python libraries for interacting with Ceph's
- RADOS object storage.
+ RADOS object storage, and RBD (RADOS block device).