#2 Add python3-unidecode to BuildRequires to make tests pass
Closed 4 years ago by churchyard. Opened 4 years ago by pviktori.
rpms/ pviktori/python-slugify br  into  master

file modified
+1
@@ -19,6 +19,7 @@ 

  

  BuildRequires:  python3-devel

  BuildRequires:  python3-setuptools

+ BuildRequires:  python3-unidecode

  Requires:       python3-unidecode

  %{?python_provide:%python_provide python3-%{pypi_name}}

  

no initial comment

+1

From the source code we can know that python-slugify can work with either text_unidecode or unidecode.

Pull-Request has been closed by churchyard

4 years ago
Metadata