public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/input-remapper] f44: Add runtime and buildtime dependency on python3-pkg-resources
@ 2026-06-28 16:10 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-28 16:10 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/input-remapper
            Branch : f44
            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=f44

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-28 16:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-28 16:10 [rpms/input-remapper] f44: Add runtime and buildtime dependency on python3-pkg-resources 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox