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

            A new commit has been pushed.

            Repo   : rpms/python-lazr-config
            Branch : f44
            Commit : 78b42c4bf7d3c573ebae20d8bc9f394777fc71a6
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-05-12T18:24:17+02:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-lazr-config/c/78b42c4bf7d3c573ebae20d8bc9f394777fc71a6?branch=f44

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

lazr/config/tests/test_config.py and lazr/config/tests/test_docs.py
use pkg_resources at runtime without a try-except guard.

Assisted-By: Claude Opus 4.6

---
diff --git a/python-lazr-config.spec b/python-lazr-config.spec
index 70b22d8..813923b 100644
--- a/python-lazr-config.spec
+++ b/python-lazr-config.spec
@@ -12,6 +12,7 @@ Patch:          lazr.config-avoid-python-sP.diff
 
 BuildArch:      noarch
 BuildRequires:  python3-devel
+BuildRequires:  python3-pkg-resources
 
 
 %global _description %{expand:
@@ -28,6 +29,7 @@ The format supports schema validation.}
 
 %package -n     python3-lazr-config
 Summary:        %{summary}
+Requires:       python3-pkg-resources
 
 %description -n python3-lazr-config %_description
 

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-23 10:24 [rpms/python-lazr-config] 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