From fb101163fc6bacccf755c2defc72234c222568c4 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Fri, 7 Sep 2018 13:32:08 +1000 Subject: [PATCH] rpm: Fix Fedora error "No matching package to install: 'Cython3'" Fixes: http://tracker.ceph.com/issues/35831 Signed-off-by: Brad Hubbard --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 7886058eec582..15eefaee73bba 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -236,7 +236,7 @@ BuildRequires: openldap-devel BuildRequires: openssl-devel BuildRequires: CUnit-devel BuildRequires: redhat-lsb-core -BuildRequires: Cython%{_python_buildid} +BuildRequires: Cython BuildRequires: python%{_python_buildid}-prettytable BuildRequires: python%{_python_buildid}-sphinx BuildRequires: lz4-devel >= 1.7 -- 2.39.5