mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-24 08:28:37 -07:00
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.
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Suggested-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240117164227.32143-1-farosas@suse.de>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240207163812.3231697-2-alex.bennee@linaro.org>
97 lines
1.6 KiB
YAML
97 lines
1.6 KiB
YAML
mappings:
|
|
flake8:
|
|
CentOSStream8:
|
|
OpenSUSELeap15:
|
|
|
|
meson:
|
|
CentOSStream8:
|
|
OpenSUSELeap15:
|
|
|
|
python3:
|
|
CentOSStream8: python38
|
|
OpenSUSELeap15: python311-base
|
|
|
|
python3-PyYAML:
|
|
CentOSStream8: python38-PyYAML
|
|
OpenSUSELeap15:
|
|
|
|
python3-devel:
|
|
CentOSStream8: python38-devel
|
|
OpenSUSELeap15: python311-devel
|
|
|
|
python3-docutils:
|
|
CentOSStream8:
|
|
OpenSUSELeap15:
|
|
|
|
python3-numpy:
|
|
CentOSStream8: python38-numpy
|
|
OpenSUSELeap15:
|
|
|
|
python3-opencv:
|
|
CentOSStream8:
|
|
OpenSUSELeap15:
|
|
|
|
python3-pillow:
|
|
CentOSStream8:
|
|
OpenSUSELeap15:
|
|
|
|
python3-pip:
|
|
CentOSStream8: python38-pip
|
|
OpenSUSELeap15: python311-pip
|
|
|
|
python3-pillow:
|
|
CentOSStream8:
|
|
OpenSUSELeap15:
|
|
|
|
python3-selinux:
|
|
CentOSStream8:
|
|
OpenSUSELeap15:
|
|
|
|
python3-setuptools:
|
|
CentOSStream8: python38-setuptools
|
|
OpenSUSELeap15: python311-setuptools
|
|
|
|
python3-sphinx:
|
|
CentOSStream8:
|
|
OpenSUSELeap15:
|
|
|
|
python3-sphinx-rtd-theme:
|
|
CentOSStream8:
|
|
OpenSUSELeap15:
|
|
|
|
python3-sqlite3:
|
|
CentOSStream8: python38
|
|
OpenSUSELeap15: python311
|
|
|
|
python3-tomli:
|
|
# test using tomllib
|
|
apk:
|
|
Fedora:
|
|
Debian12:
|
|
OpenSUSELeap15:
|
|
# Not available for Python 3.8
|
|
CentOSStream8:
|
|
|
|
python3-venv:
|
|
CentOSStream8: python38
|
|
OpenSUSELeap15: python311-base
|
|
|
|
python3-wheel:
|
|
CentOSStream8: python38-wheel
|
|
OpenSUSELeap15: python311-pip
|
|
|
|
pypi_mappings:
|
|
# Request more recent version
|
|
meson:
|
|
default: meson==0.63.2
|
|
|
|
# Drop packages that need devel headers
|
|
python3-numpy:
|
|
OpenSUSELeap15:
|
|
|
|
# see above
|
|
python3-tomli:
|
|
apk:
|
|
Fedora:
|
|
Debian12:
|
|
OpenSUSELeap15:
|