Skip to content

Commit

Permalink
rpm: Install python2-Cython in python2 environment
Browse files Browse the repository at this point in the history
do_cmake.sh tests for Cython module version in python2

Signed-off-by: Brad Hubbard <[email protected]>
  • Loading branch information
badone committed Mar 13, 2019
1 parent 533a9b6 commit 6de7111
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,10 @@ BuildRequires: openldap-devel
BuildRequires: openssl-devel
BuildRequires: CUnit-devel
BuildRequires: redhat-lsb-core
%if 0%{with python2}
BuildRequires: python2-Cython
%endif
%if 0%{?rhel} == 7
BuildRequires: Cython
BuildRequires: python34-devel
BuildRequires: python34-setuptools
BuildRequires: python34-Cython
Expand Down

0 comments on commit 6de7111

Please sign in to comment.