From: Sage Weil Date: Mon, 29 Sep 2014 20:44:03 +0000 (-0700) Subject: ceph.spec: fix python-flask dependency X-Git-Tag: v0.86~20^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b2416240b88b2e067dfc79a2723335f1584562d0;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 --- diff --git a/ceph.spec.in b/ceph.spec.in index 9a11305d801d..4321f118d676 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -27,6 +27,7 @@ Requires: python Requires: python-argparse Requires: python-ceph Requires: python-requests +Requires: python-flask Requires: xfsprogs Requires: cryptsetup Requires: parted @@ -231,7 +232,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