Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
salt.18925
pkgrepo-support-python-2.7-function-call-294.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pkgrepo-support-python-2.7-function-call-294.patch of Package salt.18925
From 34becec559f17dc4817f944a8c3ed90530d5d263 Mon Sep 17 00:00:00 2001 From: Alberto Planas <aplanas@suse.com> Date: Mon, 16 Nov 2020 10:38:14 +0100 Subject: [PATCH] pkgrepo: support Python 2.7 function call (#294) --- salt/states/pkgrepo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/states/pkgrepo.py b/salt/states/pkgrepo.py index 6c42d17d32..504f1425c7 100644 --- a/salt/states/pkgrepo.py +++ b/salt/states/pkgrepo.py @@ -818,7 +818,7 @@ def migrated(name, keys=True, drop=False, method=None, **kwargs): if method == "copy": _copy_repository_to(name) else: - __salt__["pkg.mod_repo"](repo, **dict(repo_info), root=name) + __salt__["pkg.mod_repo"](repo, root=name, **dict(repo_info)) for repo, _ in repos_to_drop: __salt__["pkg.del_repo"](repo, root=name) -- 2.28.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor