From: Kefu Chai Date: Tue, 1 Oct 2019 10:12:43 +0000 (+0800) Subject: ceph.spec.in: install python3-Cython on el8 X-Git-Tag: v14.2.10~2^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5082a977e369cd1dda67d8f13bcc9f6c50aeadf3;p=ceph.git ceph.spec.in: install python3-Cython on el8 EL8 has python3 support. no need to wait for python3-Cython to populate to its mirrors. Signed-off-by: Kefu Chai (cherry picked from commit 0098b42927be9d965e8377fe1fd769774ff3b27a) --- diff --git a/ceph.spec.in b/ceph.spec.in index 3f5a07ee33e..5784d4a7e8f 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -277,7 +277,7 @@ BuildRequires: python2-Cython %endif BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools -%if 0%{?rhel} +%if 0%{?rhel} == 7 BuildRequires: python%{python3_version_nodots}-Cython %else BuildRequires: python%{python3_pkgversion}-Cython