public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/thonny] rawhide: Add runtime dependency on python3-pkg-resources
Date: Tue, 16 Jun 2026 19:10:51 GMT	[thread overview]
Message-ID: <178163705192.1.10015973300730331815.rpms-thonny-f7129a7c3d70@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/thonny
            Branch : rawhide
            Commit : f7129a7c3d70853ac7cd5ab3e97f21dee88a9363
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-06-16T19:09:07+00:00
            Stats  : +1/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/thonny/c/f7129a7c3d70853ac7cd5ab3e97f21dee88a9363?branch=rawhide

            Log:
            Add runtime dependency on python3-pkg-resources

thonny/vendored_libs/pipkin/util.py,
thonny/vendored_libs/pipkin/proxy.py,
thonny/plugins/pip_gui.py,
and thonny/plugins/cpython_backend/cp_back.py
use pkg_resources at runtime without a try-except guard.

Assisted-By: Claude Opus 4.6

---
diff --git a/thonny.spec b/thonny.spec
index fc15314..2a9dd89 100644
--- a/thonny.spec
+++ b/thonny.spec
@@ -27,6 +27,7 @@ Requires:       python3-pip
 # Unbundled library needs to be explicitly Required
 Requires:       python3-filelock
 Requires:       hicolor-icon-theme
+Requires:       python3-pkg-resources
 
 # Vendored library - not yet packaged in Fedora
 Provides:       bundled(python3dist(pipkin)) = 2.0~b2

                 reply	other threads:[~2026-06-16 19:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178163705192.1.10015973300730331815.rpms-thonny-f7129a7c3d70@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox