diff options
-rw-r--r-- | ceph.spec.in | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index fb8bcca4b71..696d9ad3332 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -189,6 +189,7 @@ Requires: librados2 = %{version}-%{release} Requires: librbd1 = %{version}-%{release} Requires: libcephfs1 = %{version}-%{release} Requires: python-flask +Requires: python-requests %if 0%{defined suse_version} %py_requires %endif diff --git a/debian/control b/debian/control index 4a12374bc61..a03259007a0 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, python-flask, ${misc:Depends}, ${python:Depends} +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 |