From e7b5262683e3425bc8850bcc180842d16d735394 Mon Sep 17 00:00:00 2001 From: Arthur Bols Date: Sun, 3 May 2020 16:16:27 +0200 Subject: [PATCH] Fix fedora dependencies --- fedora/howdy.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/fedora/howdy.spec b/fedora/howdy.spec index 2541943..c558f35 100644 --- a/fedora/howdy.spec +++ b/fedora/howdy.spec @@ -9,7 +9,7 @@ Version: 2.5.1 %if %{with_snapshot} Release: 0.1.git.%{date}%{shortcommit}%{?dist} %else -Release: 3%{?dist} +Release: 4%{?dist} %endif Summary: Windows Helloâ„¢ style authentication for Linux @@ -27,10 +27,7 @@ BuildRequires: polkit-devel %if 0%{?fedora} # We need python3-devel for pathfix.py BuildRequires: python3-devel -Requires: python3dist(dlib) >= 6.0 -Requires: python3dist(v4l2) -Requires: python3-face_recognition -Supplements: python3-face_recognition_models +Requires: python3dist(dlib) >= 6.0 Requires: python3-opencv Requires: pam_python %endif