diff options
author | Alfredo Deza <alfredo.deza@inktank.com> | 2013-08-30 14:27:18 -0400 |
---|---|---|
committer | Alfredo Deza <alfredo.deza@inktank.com> | 2013-08-30 14:27:18 -0400 |
commit | e3b4e4f479c2f7f82aad566bc91a1344936e006e (patch) | |
tree | e700b36f9065fe42d7139e9ac342a0d892f2dc2f | |
parent | 47eea3ba6f19359410e49718bb80761b5fbb1822 (diff) | |
download | ceph-e3b4e4f479c2f7f82aad566bc91a1344936e006e.tar.gz |
remove python-ceph from debian scripts
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
-rw-r--r-- | debian/control | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/debian/control b/debian/control index 195cb37fe62..0410b838bea 100644 --- a/debian/control +++ b/debian/control @@ -151,8 +151,7 @@ Description: debugging symbols for rbd-fuse Package: ceph-common Architecture: linux-any -Depends: librbd1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, - python-ceph (= ${binary:Version}) +Depends: librbd1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}) Conflicts: ceph-client-tools Replaces: ceph-client-tools Suggests: ceph, ceph-mds @@ -386,18 +385,6 @@ Priority: extra Depends: ceph-common, curl, xml2, ${misc:Depends}, ${shlibs:Depends} Description: Ceph test and benchmarking tools. -Package: python-ceph -Architecture: linux-any -Section: python -Depends: librados2, librbd1, python-flask, ${misc:Depends}, ${python:Depends}, python-requests -X-Python-Version: >= 2.6 -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, and RBD (RADOS block device). - Package: libcephfs-java Section: java Architecture: all |