Bugzilla – Bug 1220367
weblate has runtime dependency on python2 (/usr/bin/python)
Last modified: 2024-03-05 13:30:02 UTC
> zypper info --requires weblate Information for package weblate: -------------------------------- Repository : Main Repository (OSS) Name : weblate Version : 5.3.1-1.1 Arch : noarch Vendor : openSUSE Installed Size : 174.9 MiB … Requires : [67] /bin/bash /usr/bin/python3 /usr/bin/env python3-gobject-Gdk gpg2 git postgresql cron python3-gobject-cairo /usr/bin/python <----- This is python2 python3-Levenshtein … This package has explicit dependencies on EOL python2. Pleas help moved this package off py2
This is an autogenerated message for OBS integration: This bug (1220367) was mentioned in https://build.opensuse.org/request/show/1154073 Factory / weblate
Fixed in the most recent snapshot. ``` Requires : [66] /usr/bin/python3.11 /bin/bash /usr/bin/env python3-gobject-Gdk gpg2 git postgresql cron python3-gobject-cairo python3-Levenshtein ... ```