Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:aschnell:boost
virt-bootstrap
7704260f28c111b141e96e4e717a9522b23bc816.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 7704260f28c111b141e96e4e717a9522b23bc816.patch of Package virt-bootstrap
From 7704260f28c111b141e96e4e717a9522b23bc816 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov <rstoyanov@fedoraproject.org> Date: Mon, 27 Jun 2022 19:32:52 +0100 Subject: [PATCH] virt_bootstrap: Fix build with Python 3.11 Changed in version 3.11: codeset parameter is removed. https://docs.python.org/3.11/library/gettext.html Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org> --- src/virtBootstrap/virt_bootstrap.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/virtBootstrap/virt_bootstrap.py b/src/virtBootstrap/virt_bootstrap.py index b486ac3..1a86cc4 100755 --- a/src/virtBootstrap/virt_bootstrap.py +++ b/src/virtBootstrap/virt_bootstrap.py @@ -45,8 +45,7 @@ gettext.textdomain("virt-bootstrap") try: gettext.install("virt-bootstrap", - localedir="/usr/share/locale", - codeset='utf-8') + localedir="/usr/share/locale") except IOError: try: import __builtin__
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