manatools / dnfdaemon

DBus daemon for doing package action with the dnf package manager
GNU General Public License v2.0
12 stars 16 forks source link

Fix python 3.10 detection in makefiles #48

Closed carlwgeorge closed 3 years ago

carlwgeorge commented 3 years ago

When built using python 3.10, the Makefiles were setting PYVER3 to 3.1. I don't know if the rest of the code is python 3.10 compatible, but this still needs to be fixed.

Conan-Kudo commented 3 years ago

@carlwgeorge Thanks for the patch, merged!