From: Dan Mick Date: Wed, 24 Jul 2013 01:29:59 +0000 (-0700) Subject: ceph.spec.in, debian/control: python-ceph depends on python-flask X-Git-Tag: v0.67-rc3~67 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=41930b5e8f0bfcc695c8548108b692fd43ca0195;p=ceph.git ceph.spec.in, debian/control: python-ceph depends on python-flask Signed-off-by: Dan Mick --- diff --git a/ceph.spec.in b/ceph.spec.in index 0a4db619023d..fb8bcca4b714 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -188,6 +188,7 @@ License: LGPL-2.0 Requires: librados2 = %{version}-%{release} Requires: librbd1 = %{version}-%{release} Requires: libcephfs1 = %{version}-%{release} +Requires: python-flask %if 0%{defined suse_version} %py_requires %endif diff --git a/debian/control b/debian/control index 241fabb5e4f3..4a12374bc61d 100644 --- a/debian/control +++ b/debian/control @@ -389,7 +389,7 @@ Description: Ceph test and benchmarking tools. Package: python-ceph Architecture: linux-any Section: python -Depends: librados2, librbd1, ${misc:Depends}, ${python:Depends} +Depends: librados2, librbd1, python-flask, ${misc:Depends}, ${python:Depends} 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