The following packages are missing in the devel project on OBS: python-3.13-image
Please create them via:
export OSC_PASSWORD=#insert_bugzilla_password
pkgs="python-3.13-image"
for pkg in ${pkgs//,/}; do
poetry run scratch-build-bot --os-version=Tumbleweed --osc-user=$YOUR_USERNAME_HERE \
setup_obs_package --package-name=$pkg
done
The following packages are missing in the devel project on OBS: python-3.13-image
Please create them via: