Skip to content

Commit a5001fc

Browse files
committed
[howdy-beta] remove ffmpeg-python requires
1 parent bb562f0 commit a5001fc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

howdy-beta/howdy.spec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name: howdy
77
Version: 3.0.0
8-
Release: 6%{?dist}
8+
Release: 7%{?dist}
99
Summary: Windows Hello™ style authentication for Linux
1010

1111
# The entire source code is GPL-3.0-or-later except:
@@ -32,7 +32,6 @@ BuildRequires: pkgconfig(pam)
3232

3333
Requires: hicolor-icon-theme
3434
Requires: python3dist(dlib)
35-
Requires: python3dist(ffmpeg-python)
3635
Requires: python3dist(keyboard)
3736
Requires: python3dist(numpy)
3837
Requires: python3dist(opencv)
@@ -139,6 +138,9 @@ install -Dm 0644 howdy/src/dlib-data/*.dat -t %{buildroot}%{_datadir}/%{name}/dl
139138
%{_datadir}/%{name}/dlib-data/*.dat
140139

141140
%changelog
141+
* Sun Jul 20 2025 Arthur Bols <copr@bols.dev> - 3.0.0-7
142+
- Remove dependency on ffmpeg-python
143+
142144
* Tue Jun 24 2025 Alex Shek <hms.starryfish@gmail.com> - 3.0.0-6
143145
- Rebase to d3ab99382f88f043d15f15c1450ab69433892a1c
144146

0 commit comments

Comments
 (0)