Bug 1220367 - weblate has runtime dependency on python2 (/usr/bin/python)
Summary: weblate has runtime dependency on python2 (/usr/bin/python)
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Markéta Machová
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1219306
  Show dependency treegraph
 
Reported: 2024-02-26 14:06 UTC by Dominique Leuenberger
Modified: 2024-03-05 13:30 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique Leuenberger 2024-02-26 14:06:10 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
Comment 1 OBSbugzilla Bot 2024-03-01 15:35:02 UTC
This is an autogenerated message for OBS integration:
This bug (1220367) was mentioned in
https://build.opensuse.org/request/show/1154073 Factory / weblate
Comment 2 Markéta Machová 2024-03-05 13:30:02 UTC
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
...
```