From: Tim Serong Date: Mon, 17 Dec 2018 11:16:31 +0000 (+1100) Subject: Revert "spec: fix cython package version to less than 0.29" X-Git-Tag: v14.1.0~580^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25585%2Fhead;p=ceph.git Revert "spec: fix cython package version to less than 0.29" This reverts commit 088fbff7df5f77168d3e06a1430d3628bd982d7b. Signed-off-by: Tim Serong --- diff --git a/ceph.spec.in b/ceph.spec.in index 21c65a6af0c..934103ada29 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -232,7 +232,7 @@ BuildRequires: krb5 BuildRequires: krb5-devel BuildRequires: cunit-devel BuildRequires: python%{_python_buildid}-base -BuildRequires: python%{_python_buildid}-Cython < 0.29 +BuildRequires: python%{_python_buildid}-Cython BuildRequires: python%{_python_buildid}-PrettyTable BuildRequires: python%{_python_buildid}-Sphinx BuildRequires: rdma-core-devel @@ -251,7 +251,7 @@ BuildRequires: krb5-devel BuildRequires: openssl-devel BuildRequires: CUnit-devel BuildRequires: redhat-lsb-core -BuildRequires: Cython < 0.29 +BuildRequires: Cython BuildRequires: python%{_python_buildid}-prettytable BuildRequires: python%{_python_buildid}-sphinx BuildRequires: lz4-devel >= 1.7 @@ -260,11 +260,11 @@ BuildRequires: lz4-devel >= 1.7 %if 0%{?rhel} BuildRequires: python34-devel BuildRequires: python34-setuptools -BuildRequires: python34-Cython < 0.29 +BuildRequires: python34-Cython %else BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-Cython < 0.29 +BuildRequires: python3-Cython %endif # distro-conditional make check dependencies %if 0%{with make_check} diff --git a/debian/control b/debian/control index 9ab4218a548..48ce3528cd8 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: bc, cmake (>= 3.5), cpio, cryptsetup-bin | cryptsetup, - cython (< 0.29), - cython3 (< 0.29), + cython, + cython3, debhelper (>= 9), default-jdk, dh-exec,