diff --git a/src/pypungi/__init__.py b/src/pypungi/__init__.py index e57e72a8..d30eefa7 100644 --- a/src/pypungi/__init__.py +++ b/src/pypungi/__init__.py @@ -206,6 +206,8 @@ class Pungi(pypungi.PungiBase): thisrepo.cost = repo.cost if repo.ignoregroups: thisrepo.enablegroups = 0 + if repo.proxy: + thisrepo.proxy = repo.proxy self.ayum.repos.add(thisrepo) self.ayum.repos.enableRepo(thisrepo.id) self.ayum._getRepos(thisrepo=thisrepo.id, doSetup = True)