From bf1933e5c184476a354664c42fec834e9f59067c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 29 Sep 2014 13:40:18 -0700 Subject: [PATCH] debian: python-flask is needed by ceph, not python-ceph It's used by ceph-rest-api which is in the 'ceph' (server) package. Backport: firefly Signed-off-by: Sage Weil (cherry picked from commit e42424e777e4f7d8b03650482253734c1fa8709d) Conflicts: debian/control --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index caa7287d1c574..c3902e6430825 100644 --- a/debian/control +++ b/debian/control @@ -55,6 +55,7 @@ Depends: binutils, sdparm | hdparm, uuid-runtime, xfsprogs, + python-flask, ${misc:Depends}, ${shlibs:Depends} Recommends: btrfs-tools, ceph-mds, librados2, librbd1 @@ -417,7 +418,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, ${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.39.5