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-09 10:04:51 -0700 |
commit | 8a072d670339ead21ab81274a700833d67a715ea (patch) | |
tree | f024f06e64a6b8bbf2ea7722d79e3582533f9825 | |
parent | 2b6ebb8efd1a088fb4c3888e3fccd179209a99dd (diff) | |
download | ceph-8a072d670339ead21ab81274a700833d67a715ea.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 |