Skip to content

Commit

Permalink
Remove deprecated no-op setInterruptSafety() call
Browse files Browse the repository at this point in the history
This function no longer has any effect in RPM since the removal of the
Berkeley DB backend in RPM 4.16.  The Python binding has been deprecated
for a while now, and is completely gone in RPM 4.19, so let's move with
the times.

More info here:

rpm-software-management/rpm#1946
rpm-software-management/rpm#1992
rpm-software-management/rpm#1994
  • Loading branch information
dmnks committed May 18, 2023
1 parent 9190830 commit cbc7f28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rpmconf/rpmconf.py
Expand Up @@ -43,10 +43,6 @@

__version__ = "1.0.60"

if rpm.__version__ > "4.13.0":
rpm.setInterruptSafety(False)



class RpmConf(object):
"""
Expand Down

0 comments on commit cbc7f28

Please sign in to comment.