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

            A new commit has been pushed.

            Repo   : rpms/oci-cli
            Branch : rawhide
            Commit : d28caf8d80355352f117706ed1a2ff78f552636b
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-05-12T18:26:11+02:00
            Stats  : +3/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/oci-cli/c/d28caf8d80355352f117706ed1a2ff78f552636b?branch=rawhide

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

oci_cli/oci_template.py uses pkg_resources at runtime
without a try-except guard.

Assisted-By: Claude Opus 4.6

---
diff --git a/oci-cli.spec b/oci-cli.spec
index c85d99e..640350a 100644
--- a/oci-cli.spec
+++ b/oci-cli.spec
@@ -14,6 +14,9 @@ Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 
 BuildRequires:  python3-devel
+BuildRequires:  python3-pkg-resources
+
+Requires:       python3-pkg-resources
 
 %if %{with tests}
 BuildRequires:  python3dist(pytest)

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

only message in thread, other threads:[~2026-06-05 14:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-05 14:53 [rpms/oci-cli] rawhide: 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