From 58c4e8406b09af5449d6e0a82c8b2809e7503bc3 Mon Sep 17 00:00:00 2001 From: Ondřej Pohořelský Date: Mon, 16 May 2022 15:14:01 +0200 Subject: removed cython require --- python-fastbencode.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python-fastbencode.spec') diff --git a/python-fastbencode.spec b/python-fastbencode.spec index 7a1faf1..e98ec88 100644 --- a/python-fastbencode.spec +++ b/python-fastbencode.spec @@ -26,7 +26,6 @@ Both provide the same functionality, but the C extension provides significantly %package -n python3-%{pypi_name} Summary: %{summary} -Requires: python3dist(cython) >= 0.29 %description -n python3-%{pypi_name} %_description @@ -49,5 +48,5 @@ Requires: python3dist(cython) >= 0.29 %{python3_sitearch}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info/ %changelog -* Tue May 03 2022 Ondřej Pohořelský - 0.0.7-1 +* Mon May 16 2022 Ondřej Pohořelský - 0.0.7-1 - Initial package. -- cgit