From: Ken Dreyer Date: Thu, 26 May 2016 05:26:33 +0000 (-0600) Subject: packaging: drop python-flask dependency from radosgw X-Git-Tag: v11.0.0~398^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4353eb272160f4ce2153b4f31232ff8bd4ec4065;p=ceph.git packaging: drop python-flask dependency from radosgw The PowerDNS integration code itself is not packaged at this point, so remove the python-flask dependency from the radosgw package. Maybe the PowerDNS integration bits could live in a separate sub-package, eventually. Fixes: http://tracker.ceph.com/issues/16032 Signed-off-by: Ken Dreyer --- diff --git a/ceph.spec.in b/ceph.spec.in index a622cb867e80..54fc4a9045a6 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -313,12 +313,6 @@ Requires: librados2 = %{epoch}:%{version}-%{release} Requires: librgw2 = %{epoch}:%{version}-%{release} %if 0%{?rhel} || 0%{?fedora} Requires: mailcap -# python-flask for powerdns -Requires: python-flask -%endif -%if 0%{?suse_version} -# python-Flask for powerdns -Requires: python-Flask %endif %description radosgw RADOS is a distributed object store used by the Ceph distributed diff --git a/debian/control b/debian/control index a74dbfe908ee..00c6222d48c2 100644 --- a/debian/control +++ b/debian/control @@ -599,7 +599,6 @@ Package: radosgw Architecture: linux-any Depends: ceph-common (= ${binary:Version}), mime-support, - python-flask, librgw2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}