summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLaszlo Boszormenyi (GCS) <gcs@debian.hu>2012-06-16 13:49:41 -0700
committerSage Weil <sage@inktank.com>2012-06-17 13:21:24 -0700
commit95ac5baed493250325af0c7f9d47f563e07869ac (patch)
treee053583a7d9e4d839e8fbd4aea045511e8b66cc1 /debian
parentd7fe0e3fe4afaae6dbe0bf349c9075e16e5d7d44 (diff)
downloadceph-95ac5baed493250325af0c7f9d47f563e07869ac.tar.gz
debian: fix python-ceph depends
Signed-off-by: Laszlo Boszormenyi (GCS) <gcs@debian.hu>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index f7f04589293..c5ed2efba37 100644
--- a/debian/control
+++ b/debian/control
@@ -272,7 +272,7 @@ Description: synchronize data between cloud object storage providers or a local
Package: python-ceph
Architecture: amd64 armel armhf i386 ia64 mipsel
Section: python
-Depends: ${python:Depends}, librados2, librbd1
+Depends: ${misc:Depends}, ${python:Depends}, librados2, librbd1
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.