Accepting request 1123401 from network:utilities
- Make yt-dlp require the one pythonXX-yt-dlp that /usr/bin/yt-dlp was built with. OBS-URL: https://build.opensuse.org/request/show/1123401 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yt-dlp?expand=0&rev=33
This commit is contained in:
commit
5c82e42e5a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 5 10:22:29 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Make yt-dlp require the one pythonXX-yt-dlp that /usr/bin/yt-dlp
|
||||||
|
was built with.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 27 07:27:07 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Fri Oct 27 07:27:07 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -34,7 +34,8 @@ BuildRequires: make >= 4
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: zip
|
BuildRequires: zip
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: python3-yt-dlp
|
# %%primary_python not available in Leap yet
|
||||||
|
Requires: %(echo %{python_module yt-dlp} | perl -pe 's{.* }{}g')
|
||||||
%define python_subpackage_only 1
|
%define python_subpackage_only 1
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user