Proyecto: | Trisquel |
Versión: | 9.0 |
Componente: | Packages |
Categoría: | informe de fallo |
Prioridad: | normal |
Asignado: | Ark74 |
Estado: | closed |
Trisquel package "python-pygame" cannot be installed because it is version 1.9.6 (1.9.6+dfsg-2build1+9.0trisquel2) and depends on non-existing package "python2".
It looks like it is taken from Ubuntu focal package which is version 1.9.6 as well and there is a package "python2".
Please update Trisquel repository with Ubuntu bionic package which is version 1.9.1 and depends on right package "python".
I was trying to install the tux magicor game and I encounter this issue as well. I was able to temporatly solve it by forcing 1.9.6 installation and lock the version using synaptic.
That seems like it has been a mistake, where the package accidentally ended up in the regular repo, when it should have ended up in backports:
apt list python-pygame -a
python-pygame/etiona-updates 1.9.6+dfsg-2build1+9.0trisquel2 amd64
python-pygame/etiona-backports 1.9.6+dfsg-2build1+9.0trisquel1 amd64
python-pygame/etiona 1.9.1release+dfsg-10build1 amd64
I'm not sure how to solve it without possibly breaking the upgrade to trisquel 10, but I'll take it to the next dev meeting.
In the meantime you can fix the issue installing it like this:
sudo apt-get install python-pygame=1.9.1release+dfsg-10build1
fixed by version 1.9.6+dfsg-2build1+9.0trisquel3
Automatically closed -- issue fixed for 2 weeks with no activity.