forked from pool/yt-dlp
Fix 15.6 build wrt newer python-hatchling
This commit is contained in:
parent
62f3cd1a8a
commit
21621d6268
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 25 09:38:56 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Fix 15.6 build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 24 01:26:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -19,7 +19,10 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
%define skip_python37 1
|
||||
%{?sle15_python_module_pythons}
|
||||
%if 0%{?sle_version} == 150600
|
||||
%global pythons python312
|
||||
%endif
|
||||
|
||||
Name: yt-dlp
|
||||
Version: 2024.12.23
|
||||
Release: 0
|
||||
|
Loading…
Reference in New Issue
Block a user