public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-cerberus] rawhide: Add runtime dependency on python3-pkg-resources
@ 2026-07-28 19:42
0 siblings, 0 replies; only message in thread
From: @ 2026-07-28 19:42 UTC (permalink / raw)
To: git-commits
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}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-28 19:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 19:42 [rpms/python-cerberus] rawhide: Add runtime 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