gofed / gofed

Pack of tools to generate spec file, automate builds, updates, dependency check and other handy task around packaging and keeping the ecosystem in a good shape.
GNU General Public License v2.0
70 stars 28 forks source link

Update gofed to use python3 dependencies #151

Open Umeaboy opened 1 year ago

Umeaboy commented 1 year ago

My distribution called Mageia (a fork of Mandriva) is planning to remove the older python2 version in favour of python3. Building gofed using the current spec in /data/ makes it hard to get it built as a lot of the deps for gofed built with python2 is either stale or not even existing on pypi anymore.

One such dep is cmdsignature.

I therefor ask the developers working on this to update the code to use Python3.