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 'dnf.history' has no attribute 'open_history' #38

Closed HollowMan6 closed 3 years ago

HollowMan6 commented 3 years ago

'open_history' has been deprecated since dnf 3.0.1 in PR 1043

dnf commit: [swdb] Replace dnf.history and dnf.transaction modules.

Conan-Kudo commented 3 years ago

Thanks for the patch, merged!