We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fca6ab + 6db0cdf commit cf05998Copy full SHA for cf05998
1 file changed
opensuse/howdy.spec
@@ -23,7 +23,7 @@ Source: https://github.com/boltgolt/%{name}/archive/v%{version}.tar.gz
23
24
BuildRequires: wget
25
Requires: python3-opencv
26
-Requires: ffmpeg-4
+Requires: ffmpeg
27
Requires: libv4l2-0
28
Requires: pam-python
29
Requires: python3-dlib
@@ -34,7 +34,7 @@ Requires: python3-dlib
34
Windows Hello™ style authentication for Linux. Use your built-in IR emitters and camera in combination with face recognition to prove who you are.
35
36
%prep
37
-%setup -q -n v%{version}
+%setup -q -n howdy-%{version}
38
39
%build
40
## nothing to build
0 commit comments