diff options
author | Sage Weil <sage@inktank.com> | 2013-07-27 17:32:49 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-07-27 17:32:49 -0700 |
commit | 6881ab3b39259adcd7aed7026ccae1cba1db7aa1 (patch) | |
tree | 2e0c4c9f94e58d1d5b92fab71984f2482d7f07be | |
parent | b5250fdc70119408b102091229ba8e10fa0b1446 (diff) | |
download | ceph-6881ab3b39259adcd7aed7026ccae1cba1db7aa1.tar.gz |
debian, rpm: make python-ceph depend on python-requests
For ceph-rest-api.
Signed-off-by: Sage Weil <sage@inktank.com>
-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 |