public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-lazr-config] epel9: Add runtime and buildtime dependency on python3-pkg-resources
Date: Tue, 23 Jun 2026 10:56:59 GMT	[thread overview]
Message-ID: <178221221988.1.11828322964298161428.rpms-python-lazr-config-78b42c4bf7d3@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-lazr-config
            Branch : epel9
            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=epel9

            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
 

                 reply	other threads:[~2026-06-23 10:56 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=178221221988.1.11828322964298161428.rpms-python-lazr-config-78b42c4bf7d3@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