Bug#1069962: renpy: Missing dependency on python3-ecdsa
Antoine Le Gonidec
debian.bugs at dotslashplay.it
Sat Apr 27 19:28:16 BST 2024
Package: renpy
Version: 8.1.3+dfsg-1
Severity: normal
`import ecdsa` is called from /usr/share/games/renpy/renpy/savetoken.py,
but the renpy package has no dependency on python3-ecdsa.
This leads to a crash when this file is loaded:
Traceback (most recent call last):
File "/usr/games/renpy", line 252, in <module>
main()
File "/usr/games/renpy", line 248, in main
renpy.bootstrap.bootstrap(renpy_base)
File "/usr/share/games/renpy/renpy/bootstrap.py", line 250, in bootstrap
renpy.import_all()
File "/usr/share/games/renpy/renpy/__init__.py", line 428, in import_all
import renpy.savetoken
File "/usr/share/games/renpy/renpy/savetoken.py", line 26, in <module>
import ecdsa
ModuleNotFoundError: No module named 'ecdsa'
Installing the python3-ecdsa package is enough to avoid this error, but
it should probably be added to the direct dependencies of the renpy
package.
-- System Information:
Debian Release: trixie/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-debug'), (500, 'oldstable-debug'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.7.9-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages renpy depends on:
ii fonts-dejavu-core 2.37-8
ii fonts-motoya-l-cedar 1.01-5
ii fonts-nanum 20200506-1
ii fonts-roboto-hinted 2:0~20170802-3
ii python3 3.11.8-1
ii python3-pefile 2023.2.7-3
ii python3-pygame-sdl2 8.2.1-1
ii python3-renpy 8.1.3+dfsg-1+b1
ii python3-six 1.16.0-6
Versions of packages renpy recommends:
pn python3-tk <none>
pn zenity <none>
renpy suggests no packages.
-- no debconf information
More information about the Pkg-games-devel
mailing list