public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-manatools] rawhide: Fix weak dependency on qt/gtk extras
@ 2026-07-06 18:10 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-07-06 18:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-manatools
Branch : rawhide
Commit : d8dca756fd58f484d1ba8d9986377b6e6ce026ad
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2026-07-06T14:10:33-04:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-manatools/c/d8dca756fd58f484d1ba8d9986377b6e6ce026ad?branch=rawhide
Log:
Fix weak dependency on qt/gtk extras
---
diff --git a/python-manatools.spec b/python-manatools.spec
index e1b7901..1cdff30 100644
--- a/python-manatools.spec
+++ b/python-manatools.spec
@@ -2,7 +2,7 @@
Name: python-%{module}
Version: 0.99.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A Python framework to build ManaTools applications
License: LGPL-2.1-or-later
@@ -21,8 +21,8 @@ Every output module supports the Qt, GTK, and ncurses interfaces.
Summary: %{summary}
BuildRequires: python3-devel
%{?python_provide:%python_provide python3-%{module}}
-Recommends: (python3dist(python-%{name}[qt]) if qt6-qtbase-gui)
-Recommends: (python3dist(python-%{name}[gtk]) if gtk4)
+Recommends: (python3dist(python-%{module}[qt]) if qt6-qtbase-gui)
+Recommends: (python3dist(python-%{module}[gtk]) if gtk4)
%description -n python3-%{module}
Python ManaTools aim is to help in writing tools to be collected
@@ -52,6 +52,9 @@ Every output module supports the Qt, GTK, and ncurses interfaces.
%{python3_sitelib}/python_manatools-%{version}.dist-info/
%changelog
+* Mon Jul 06 2026 Neal Gompa <ngompa@fedoraproject.org> - 0.99.2-3
+- Fix weak dependency on qt/gtk extras
+
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 0.99.2-2
- Rebuilt for Python 3.15
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 18:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 18:10 [rpms/python-manatools] rawhide: Fix weak dependency on qt/gtk extras Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox