Merge pull request #346 from principis/fedora-build
Fix fedora dependencies
This commit is contained in:
commit
f709ff8572
1 changed files with 2 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ Version: 2.5.1
|
||||||
%if %{with_snapshot}
|
%if %{with_snapshot}
|
||||||
Release: 0.1.git.%{date}%{shortcommit}%{?dist}
|
Release: 0.1.git.%{date}%{shortcommit}%{?dist}
|
||||||
%else
|
%else
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
%endif
|
%endif
|
||||||
Summary: Windows Hello™ style authentication for Linux
|
Summary: Windows Hello™ style authentication for Linux
|
||||||
|
|
||||||
|
|
@ -27,10 +27,7 @@ BuildRequires: polkit-devel
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
# We need python3-devel for pathfix.py
|
# We need python3-devel for pathfix.py
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
Requires: python3dist(dlib) >= 6.0
|
Requires: python3dist(dlib) >= 6.0
|
||||||
Requires: python3dist(v4l2)
|
|
||||||
Requires: python3-face_recognition
|
|
||||||
Supplements: python3-face_recognition_models
|
|
||||||
Requires: python3-opencv
|
Requires: python3-opencv
|
||||||
Requires: pam_python
|
Requires: pam_python
|
||||||
%endif
|
%endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue