From 093cc272b15b70e9e5d1101e2ea4878e6947d225 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 17 Feb 2023 18:22:10 -0500 Subject: [PATCH] added missing python3 rpm package for el builds --- packaging/redhat/python-apprise.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 93195609..652fdb93 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -110,11 +110,13 @@ BuildRequires: python%{python3_pkgversion}-markdown 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 Requires: python%{python3_pkgversion}-requests Requires: python%{python3_pkgversion}-requests-oauthlib Requires: python%{python3_pkgversion}-markdown Requires: python%{python3_pkgversion}-cryptography +Requires: python%{python3_pkgversion}-certifi Requires: python%{python3_pkgversion}-yaml Recommends: python%{python3_pkgversion}-paho-mqtt