public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/input-remapper] f43: Add runtime and buildtime dependency on python3-pkg-resources
Date: Sun, 28 Jun 2026 16:10:26 GMT	[thread overview]
Message-ID: <178266302642.1.13540170033457611817.rpms-input-remapper-269d112dedbb@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/input-remapper
            Branch : f43
            Commit : 269d112dedbb226cf4b4221328f304de29910638
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-05-12T18:24:06+02:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/input-remapper/c/269d112dedbb226cf4b4221328f304de29910638?branch=f43

            Log:
            Add runtime and buildtime dependency on python3-pkg-resources

inputremapper/configs/data.py and inputremapper/logging/logger.py
use pkg_resources at runtime without a try-except guard.

Assisted-By: Claude Opus 4.6

---
diff --git a/input-remapper.spec b/input-remapper.spec
index 74e5da8..d1b4fc0 100644
--- a/input-remapper.spec
+++ b/input-remapper.spec
@@ -15,6 +15,7 @@ BuildRequires:  pyproject-rpm-macros
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-pkg-resources
 BuildRequires:  python3-wheel
 BuildRequires:  gettext
 
@@ -43,6 +44,7 @@ Requires:       gtk3
 # gi.require_version("GtkSource", "4")
 BuildRequires:  gtksourceview4
 Requires:       gtksourceview4
+Requires:       python3-pkg-resources
 
 %generate_buildrequires
 %pyproject_buildrequires -r

                 reply	other threads:[~2026-06-28 16: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=178266302642.1.13540170033457611817.rpms-input-remapper-269d112dedbb@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