From: Konstantin Sakhinov Date: Thu, 16 Aug 2018 19:38:17 +0000 (+0400) Subject: rpm: change ceph-mgr package depency from py-bcrypt to python2-bcrypt X-Git-Tag: v14.0.1~515^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F23648%2Fhead;p=ceph.git rpm: change ceph-mgr package depency from py-bcrypt to python2-bcrypt Signed-off-by: Konstantin Sakhinov --- diff --git a/ceph.spec.in b/ceph.spec.in index 787ec7ade66d..8ff849ae1c07 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -250,13 +250,8 @@ BuildRequires: python3-Cython BuildRequires: python%{_python_buildid}-cherrypy BuildRequires: python%{_python_buildid}-routes BuildRequires: python%{_python_buildid}-werkzeug -%if 0%{?fedora} BuildRequires: python%{_python_buildid}-bcrypt %endif -%if 0%{?rhel} -BuildRequires: py-bcrypt -%endif -%endif %if 0%{?suse_version} BuildRequires: python%{_python_buildid}-CherryPy BuildRequires: python%{_python_buildid}-Routes @@ -409,13 +404,8 @@ Requires: python%{_python_buildid}-jinja2 Requires: python%{_python_buildid}-routes Requires: python%{_python_buildid}-werkzeug Requires: pyOpenSSL%{_python_buildid} -%if 0%{?fedora} Requires: python%{_python_buildid}-bcrypt %endif -%if 0%{?rhel} -Requires: py-bcrypt -%endif -%endif %if 0%{?suse_version} Requires: python%{_python_buildid}-CherryPy Requires: python%{_python_buildid}-Routes