From 5082a977e369cd1dda67d8f13bcc9f6c50aeadf3 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 (cherry picked from commit 0098b42927be9d965e8377fe1fd769774ff3b27a) --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 3f5a07ee33ed5..5784d4a7e8f38 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 -- 2.47.3