From cd17d19892480e51dcd3f40473b899aea1e23d6e Mon Sep 17 00:00:00 2001 From: Aniket Pradhan Date: Jun 25 2020 14:46:42 +0000 Subject: Added setuptools to BuildRequires --- diff --git a/python-editdistance.spec b/python-editdistance.spec index 24ea2d4..8827fda 100644 --- a/python-editdistance.spec +++ b/python-editdistance.spec @@ -13,7 +13,7 @@ algorithm of Myers", (2001).} Name: python-%{pypi_name} Version: 0.5.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Fast implementation of the Levenshtein distance License: MIT @@ -27,6 +27,7 @@ Source0: https://github.com/aflc/%{pypi_name}/archive/v%{version}/%{pypi_ %package -n python3-%{pypi_name} Summary: %{summary} BuildRequires: python3-devel +BuildRequires: %{py3_dist setuptools} BuildRequires: %{py3_dist Cython} BuildRequires: gcc-c++ @@ -75,6 +76,9 @@ pytest-%{python3_version} %exclude %{python3_sitearch}/%{pypi_name}/*.h %changelog +* Thu Jun 25 2020 Aniket Pradhan - 0.5.3-4 +- Added setuptools to BuildRequires + * Tue May 26 2020 Miro HronĨok - 0.5.3-3 - Rebuilt for Python 3.9