public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-cerberus] rawhide: Add runtime dependency on python3-pkg-resources
Date: Tue, 28 Jul 2026 19:42:03 GMT	[thread overview]
Message-ID: <178526772310.1.15074232786146475296.rpms-python-cerberus-5e0a8bbed6f3@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-cerberus
            Branch : rawhide
            Commit : 5e0a8bbed6f36548228db3007d009f982730e3ae
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-07-28T19:41:31+00:00
            Stats  : +1/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-cerberus/c/5e0a8bbed6f36548228db3007d009f982730e3ae?branch=rawhide

            Log:
            Add runtime dependency on python3-pkg-resources

cerberus/__init__.py uses pkg_resources at runtime
without a try-except guard.

Assisted-By: Claude Opus 4.6

---
diff --git a/python-cerberus.spec b/python-cerberus.spec
index c900208..d587466 100644
--- a/python-cerberus.spec
+++ b/python-cerberus.spec
@@ -35,6 +35,7 @@ BuildRequires:  python3dist(pytest)
 
 %package -n python3-%{slugname}
 Summary: %{summary}
+Requires: python3-pkg-resources
 
 %description -n python3-%{slugname} %{common_description}
 

                 reply	other threads:[~2026-07-28 19:42 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=178526772310.1.15074232786146475296.rpms-python-cerberus-5e0a8bbed6f3@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