From 0098b42927be9d965e8377fe1fd769774ff3b27a Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 1 Oct 2019 18:12:43 +0800 Subject: [PATCH] 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 --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index ae52f261258..7048f4e4ac3 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -270,7 +270,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 -- 2.39.5