Skip to content

Commit

Permalink
rpm: change ceph-mgr package depency from py-bcrypt to python2-bcrypt
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Sakhinov <sakhinov@gmail.com>
(cherry picked from commit 6af10ca)
  • Loading branch information
sakhinov authored and smithfarm committed Sep 2, 2018
1 parent 42cfc1b commit 0447aeb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ceph.spec.in
Expand Up @@ -228,13 +228,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
Expand Down Expand Up @@ -373,13 +368,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
Expand Down

0 comments on commit 0447aeb

Please sign in to comment.