$ git show --format=fuller --patch-with-stat --summary 34fa6a2a5443d47bcd00cec6987238d90c184521
commit 34fa6a2a5443d47bcd00cec6987238d90c184521
Author: Colin <itchka@compuserve.com>
AuthorDate: Wed Jan 6 07:00:20 2021 +0000
Commit: Colin <itchka@compuserve.com>
CommitDate: Wed Jan 6 07:00:20 2021 +0000
Add testing BR
---
python-fuzzywuzzy.spec | 1 +
1 file changed, 1 insertion(+)
diff --git a/python-fuzzywuzzy.spec b/python-fuzzywuzzy.spec
index 2f5b6e2..a89f7db 100644
--- a/python-fuzzywuzzy.spec
+++ b/python-fuzzywuzzy.spec
@@ -14,6 +14,7 @@ BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3dist(python-levenshtein) >= 0.12
BuildRequires: python3dist(setuptools)
+BuildRequires: python3dist(pycodestyle)
%description
FuzzyWuzzy Fuzzy string matching like a boss. It uses Levenshtein Distance < to