public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-gearbox] f44: Add runtime and buildtime dependency on python3-pkg-resources
@ 2026-06-04 7:07
0 siblings, 0 replies; only message in thread
From: @ 2026-06-04 7:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-gearbox
Branch : f44
Commit : d44be521a709011ed5f171cbe5b3ed8fbb6677e8
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-05-12T18:24:07+02:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-gearbox/c/d44be521a709011ed5f171cbe5b3ed8fbb6677e8?branch=f44
Log:
Add runtime and buildtime dependency on python3-pkg-resources
gearbox/main.py uses pkg_resources at runtime
without a try-except guard.
Assisted-By: Claude Opus 4.6
---
diff --git a/python-gearbox.spec b/python-gearbox.spec
index 81ae49c..af66f58 100644
--- a/python-gearbox.spec
+++ b/python-gearbox.spec
@@ -14,6 +14,7 @@ Source0: %pypi_source
BuildArch: noarch
BuildRequires: python3-devel
+BuildRequires: python3-pkg-resources
BuildRequires: python3-pytest
BuildRequires: python3-legacy-cgi
@@ -28,6 +29,7 @@ TurboGears projects.\
%package -n python3-gearbox
Summary: Command line toolkit born as a PasteScript replacement for TurboGears2
+Requires: python3-pkg-resources
%description -n python3-gearbox
gearbox is a paster command replacement for TurboGears2. It has been
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-04 7:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04 7:07 [rpms/python-gearbox] 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