Skip to content

Commit

Permalink
packaging: Moving Cython into distro specific area
Browse files Browse the repository at this point in the history
To get the spec file into a consistent state, let's move Cython into the distro
specific are of the spec file.

Signed-off-by: Erwan Velu <erwan@redhat.com>
  • Loading branch information
Erwan Velu committed Mar 7, 2016
1 parent 019d9e1 commit 754d210
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ BuildRequires: boost-devel
BuildRequires: cmake
BuildRequires: cryptsetup
BuildRequires: fuse-devel
%if 0%{?suse_version}
BuildRequires: python-Cython
%else
BuildRequires: Cython
%endif
BuildRequires: gdbm
BuildRequires: hdparm
BuildRequires: leveldb-devel > 1.2
Expand Down Expand Up @@ -164,6 +159,7 @@ BuildRequires: mozilla-nss-devel
BuildRequires: keyutils-devel
BuildRequires: libatomic-ops-devel
BuildRequires: lsb-release
BuildRequires: python-Cython
%endif
%if 0%{?fedora} || 0%{?rhel}
%if 0%{?_with_systemd}
Expand All @@ -180,6 +176,7 @@ Requires(preun): chkconfig
Requires(preun): initscripts
BuildRequires: gperftools-devel
BuildRequires: redhat-lsb-core
BuildRequires: Cython
%endif
# boost
%if 0%{?fedora} || 0%{?rhel}
Expand Down

0 comments on commit 754d210

Please sign in to comment.