From: Sage Weil Date: Mon, 29 Sep 2014 20:44:03 +0000 (-0700) Subject: ceph.spec: fix python-flask dependency X-Git-Tag: v0.80.8~68 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c4188e31f7bc8f3c337e637cd99c41d5ee4b6787;p=ceph.git ceph.spec: fix python-flask dependency This is needed by ceph-rest-api, which is in ceph.rpm; it's not related to python-ceph (except that ceph-rest-api happens to require that too). Backport: firefly Signed-off-by: Sage Weil (cherry picked from commit b2416240b88b2e067dfc79a2723335f1584562d0) --- diff --git a/ceph.spec.in b/ceph.spec.in index 54544540723..4089919c523 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -24,6 +24,7 @@ Requires: python Requires: python-argparse Requires: python-ceph Requires: python-requests +Requires: python-flask Requires: xfsprogs Requires: cryptsetup Requires: parted @@ -215,7 +216,6 @@ Group: System Environment/Libraries License: LGPL-2.0 Requires: librados2 = %{version}-%{release} Requires: librbd1 = %{version}-%{release} -Requires: python-flask %if 0%{defined suse_version} %py_requires %endif