Skip to content
Snippets Groups Projects
Commit 3bcd84d0 authored by Adam Williamson's avatar Adam Williamson Committed by Neal Gompa (ニール・ゴンパ)
Browse files

Handle removal of dnf.repo._md_expire_cache() in DNF 3.4


DNF 3.4 removed _md_expire_cache(), which we were still using.
Let's follow how upstream replaced it, by using the expire()
method of the underlying librepo repo object...unfortunately
this is still using private interfaces, but I don't see a way
to do it using public ones.

Signed-off-by: default avatarAdam Williamson <awilliam@redhat.com>
parent d0d01630
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment