#2 Switch BR from aeidon to python3-aeidon
Merged 2 years ago by suanand. Opened 2 years ago by music.
rpms/ music/translate-toolkit aeidon  into  rawhide

file modified
+1 -3
@@ -33,9 +33,7 @@ 

  Requires:       gettext

  Requires:       python3-beautifulsoup4

  Requires:       python3-chardet

- %if 0%{?fedora} >= 31

  Requires:       python3-cheroot

- %endif

  Requires:       python3-enchant

  Requires:       python3-iniparse

  Requires:       python3-Levenshtein
@@ -45,7 +43,7 @@ 

  Requires:       python3-simplejson

  Requires:       python3-six

  Requires:       python3-vobject

- Requires:       aeidon

+ Requires:       python3-aeidon

  

  %description

  A set of tools for managing translation and software localization via Gettext

Beginning with Fedora 34, the aeidon Python package is now provided by the python3-aeidon RPM, instead of the (nonstandard for a Python library) aeidon RPM.

This replaces PR#1.

I also removed an obsolete conditional for F30 and older.

Pull-Request has been merged by suanand

2 years ago
Metadata