Compare commits

...

No commits in common. "factory" and "factory" have entirely different histories.

3 changed files with 9 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 14 07:48:35 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Replace dependency on python3-youtube-dl by just youtube-dl.
There is no ``import youtube_dl`` statement in the source code.
-------------------------------------------------------------------
Tue Mar 8 21:43:57 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package kawaii-player
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -44,7 +44,7 @@ Requires: python3-pycurl
Requires: python3-pytaglib
Requires: python3-qt5
Requires: python3-qtwebengine-qt5
Requires: python3-youtube-dl
Requires: youtube-dl
Suggests: python3-pympv
BuildArch: noarch