diff options
| author | Ondřej Pohořelský <opohorel@redhat.com> | 2022-05-16 15:14:01 +0200 |
|---|---|---|
| committer | Ondřej Pohořelský <opohorel@redhat.com> | 2022-05-16 15:14:01 +0200 |
| commit | 58c4e8406b09af5449d6e0a82c8b2809e7503bc3 (patch) | |
| tree | 3bd5ae499912cb61185a06c8fa56f5ce7ff0177d /python-fastbencode.spec | |
| parent | 169481d576374509c5fb2659f34c6c14dd9bfd79 (diff) | |
| download | python-fastbencode-58c4e8406b09af5449d6e0a82c8b2809e7503bc3.tar.gz python-fastbencode-58c4e8406b09af5449d6e0a82c8b2809e7503bc3.tar.xz python-fastbencode-58c4e8406b09af5449d6e0a82c8b2809e7503bc3.zip | |
removed cython require
Diffstat (limited to 'python-fastbencode.spec')
| -rw-r--r-- | python-fastbencode.spec | 3 |
1 files changed, 1 insertions, 2 deletions
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ý <opohorel@redhat.com> - 0.0.7-1 +* Mon May 16 2022 Ondřej Pohořelský <opohorel@redhat.com> - 0.0.7-1 - Initial package. |
