public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-manatools] rawhide: Fix weak dependency on qt/gtk extras
Date: Mon, 06 Jul 2026 18:10:43 GMT [thread overview]
Message-ID: <178336144333.1.11450060568929367890.rpms-python-manatools-d8dca756fd58@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-06 18:10 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=178336144333.1.11450060568929367890.rpms-python-manatools-d8dca756fd58@fedoraproject.org \
--to=ngompa@fedoraproject.org \
--cc=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