|
| From: | Philippe Mathieu-Daudé |
| Subject: | Re: [PATCH v2] tests/docker: Add sqlite3 module to openSUSE Leap container |
| Date: | Wed, 17 Jan 2024 18:08:12 +0100 |
| User-agent: | Mozilla Thunderbird |
On 17/1/24 17:42, Fabiano Rosas wrote:
Avocado needs sqlite3:
Failed to load plugin from module "avocado.plugins.journal":
ImportError("Module 'sqlite3' is not installed.
Use: sudo zypper install python311 to install it")
From 'zypper info python311':
"This package supplies rich command line features provided by
readline, and sqlite3 support for the interpreter core, thus forming
a so called "extended" runtime."
Include the appropriate package in the lcitool mappings which will
guarantee the dockerfile gets properly updated when lcitool is
run. Also include the updated dockerfile.
Suggested-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de> --- tests/docker/dockerfiles/opensuse-leap.docker | 1 + tests/lcitool/mappings.yml | 4 ++++ tests/lcitool/projects/qemu.yml | 1 + 3 files changed, 6 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
| [Prev in Thread] | Current Thread | [Next in Thread] |