From 439e70001866835e3cf21aed1898758ef09e8965 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 27 2020 13:10:41 +0000 Subject: Add python-email-validator as a Requires in the spec file Signed-off-by: Pierre-Yves Chibon --- diff --git a/files/pagure.spec b/files/pagure.spec index 638db3e..fecb314 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -75,6 +75,10 @@ Requires: python%{python_pkgversion}-straight-plugin Requires: python%{python_pkgversion}-wtforms %endif +%if 0%{?rhel} && 0%{?rhel} >= 8 +Requires: python%{python_pkgversion}-email-validator +%endif + %if 0%{?rhel} && 0%{?rhel} < 8 Requires: mod_wsgi %else