Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
@ -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>
|
Tue Mar 8 21:43:57 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kawaii-player
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -44,7 +44,7 @@ Requires: python3-pycurl
|
|||||||
Requires: python3-pytaglib
|
Requires: python3-pytaglib
|
||||||
Requires: python3-qt5
|
Requires: python3-qt5
|
||||||
Requires: python3-qtwebengine-qt5
|
Requires: python3-qtwebengine-qt5
|
||||||
Requires: python3-youtube-dl
|
Requires: youtube-dl
|
||||||
Suggests: python3-pympv
|
Suggests: python3-pympv
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user