From c6ccd1a1551ed028cbea4767ca47b4783e167c59 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 15 Nov 2025 13:48:53 -0500 Subject: [PATCH] epel10 support requires removal of paho-mqtt requirement (#1451) --- packaging/redhat/python-apprise.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 2f61423b..6e44328d 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -122,7 +122,6 @@ BuildRequires: python%{python3_pkgversion}-yaml BuildRequires: python%{python3_pkgversion}-babel BuildRequires: python%{python3_pkgversion}-cryptography BuildRequires: python%{python3_pkgversion}-certifi -BuildRequires: python%{python3_pkgversion}-paho-mqtt BuildRequires: python%{python3_pkgversion}-tox Requires: python%{python3_pkgversion}-requests Requires: python%{python3_pkgversion}-requests-oauthlib