summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndřej Pohořelský <opohorel@redhat.com>2022-05-16 15:14:01 +0200
committerOndřej Pohořelský <opohorel@redhat.com>2022-05-16 15:14:01 +0200
commit58c4e8406b09af5449d6e0a82c8b2809e7503bc3 (patch)
tree3bd5ae499912cb61185a06c8fa56f5ce7ff0177d
parent169481d576374509c5fb2659f34c6c14dd9bfd79 (diff)
downloadpython-fastbencode-58c4e8406b09af5449d6e0a82c8b2809e7503bc3.tar.gz
python-fastbencode-58c4e8406b09af5449d6e0a82c8b2809e7503bc3.tar.xz
python-fastbencode-58c4e8406b09af5449d6e0a82c8b2809e7503bc3.zip
removed cython require
-rw-r--r--python-fastbencode-0.0.7-1.fc37.src.rpmbin83614 -> 83605 bytes
-rw-r--r--python-fastbencode.spec3
2 files changed, 1 insertions, 2 deletions
diff --git a/python-fastbencode-0.0.7-1.fc37.src.rpm b/python-fastbencode-0.0.7-1.fc37.src.rpm
index 2f7b895..78da033 100644
--- a/python-fastbencode-0.0.7-1.fc37.src.rpm
+++ b/python-fastbencode-0.0.7-1.fc37.src.rpm
Binary files differ
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.