ceph.spec.in, debian/control: python-ceph depends on python-flask

Signed-off-by: Dan Mick <dan.mick@inktank.com>
This commit is contained in:
Dan Mick 2013-07-23 18:29:59 -07:00
parent fe2019cc97
commit 41930b5e8f
2 changed files with 2 additions and 1 deletions

View File

@ -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

2
debian/control vendored
View File

@ -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