From 0d70989a897bd50e591aaae0273ed2e77ae7e06b Mon Sep 17 00:00:00 2001 From: Sandon Van Ness Date: Tue, 29 Jul 2014 14:11:03 -0700 Subject: [PATCH] python-ceph: require libcephfs. Signed-off-by: Sandon Van Ness --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index cc9ec748ed1c..b264efc5de83 100644 --- a/debian/control +++ b/debian/control @@ -451,7 +451,7 @@ Description: Ceph test and benchmarking tools Package: python-ceph Architecture: linux-any Section: python -Depends: librados2, librbd1, python-flask, ${misc:Depends}, ${python:Depends} +Depends: librados2, librbd1, libcephfs1, python-flask, ${misc:Depends}, ${python:Depends} X-Python-Version: >= 2.6 Description: Python libraries for the Ceph distributed filesystem Ceph is a massively scalable, open-source, distributed -- 2.47.3