From 1aca370ed0caf060c38479036ef32a90702fb565 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 22 Jun 2013 10:28:16 -0700 Subject: [PATCH] debian: ceph-common requires matching version of python-ceph If they skew the ceph_argparse.py module may be missing. Signed-off-by: Sage Weil --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 181cb4c84589d..203517452f6ce 100644 --- a/debian/control +++ b/debian/control @@ -153,7 +153,7 @@ Description: debugging symbols for rbd-fuse Package: ceph-common Architecture: linux-any Depends: librbd1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, - python-ceph + python-ceph (= ${binary:Version}) Conflicts: ceph-client-tools Replaces: ceph-client-tools Suggests: ceph, ceph-mds -- 2.39.5