From 6af10cae66bfd2fd31ead1ad5ef187a6a4d25acd Mon Sep 17 00:00:00 2001 From: Konstantin Sakhinov Date: Thu, 16 Aug 2018 23:38:17 +0400 Subject: [PATCH] rpm: change ceph-mgr package depency from py-bcrypt to python2-bcrypt Signed-off-by: Konstantin Sakhinov --- ceph.spec.in | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 787ec7ade66d9..8ff849ae1c071 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 -- 2.39.5