diff options
author | Sage Weil <sage@inktank.com> | 2013-06-22 10:28:16 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-06-22 10:28:16 -0700 |
commit | 1aca370ed0caf060c38479036ef32a90702fb565 (patch) | |
tree | b3c6dfa9490e1ec2255ad94a78405358efd32947 | |
parent | 94eada40460cc6010be23110ef8ce0e3d92691af (diff) | |
download | ceph-1aca370ed0caf060c38479036ef32a90702fb565.tar.gz |
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 <sage@inktank.com>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 181cb4c8458..203517452f6 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 |