From d08e4f44844e7cdd8e204a100b008a751e80519b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 31 Oct 2023 17:44:54 +0100 Subject: [PATCH] Fixed cython build requirement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- urh.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urh.spec b/urh.spec index ce7d4cb..9ee1153 100644 --- a/urh.spec +++ b/urh.spec @@ -19,7 +19,7 @@ BuildRequires: rtl-sdr-devel BuildRequires: uhd-devel BuildRequires: python3-qt5 # temporal workaround until upstream adds support for cython-3.0.0 -BuildRequires: python3-cython0.29 +BuildRequires: python3-cython Requires: python3-numpy Requires: python3-qt5