diff options
author | Alfredo Deza <alfredo.deza@inktank.com> | 2013-08-30 14:27:18 -0400 |
---|---|---|
committer | Gary Lowell <gary.lowell@inktank.com> | 2013-10-10 12:54:04 -0700 |
commit | a6c5b1ad402bcceb375de7df916ac3fb8caf9e51 (patch) | |
tree | d691078ec47af2b1344bf5367ea2c083c39e62fc | |
parent | 508c121819e70870d2f65aeb85c4b8be6cb1caf6 (diff) | |
download | ceph-a6c5b1ad402bcceb375de7df916ac3fb8caf9e51.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 1aec592c9f8..8fe233c48cb 100644 --- a/debian/control +++ b/debian/control @@ -153,8 +153,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 @@ -388,18 +387,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 |