1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

util.rpm.install_rpm(): Don't update package database implicitly

This commit is contained in:
Игорь Чудов 2020-05-25 18:20:28 +04:00
parent 6c06638138
commit 3af33dca4b
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -102,7 +102,6 @@ def install_rpm(rpm_name):
'''
Install single RPM
'''
update()
rpm = Package(rpm_name)
return rpm.install()