SHA256
1
0
forked from pool/yt-dlp

1 Commits

Author SHA256 Message Date
922c687b0d revert 21621d6268
revert Fix 15.6 build wrt newer python-hatchling

This will restore "%{?sle15_python_module_pythons}" to combat proliferation of installed python versions.

The build failure on 15.6 will be fixed by aggregating "python-trove-classifiers" instead.
2025-08-22 15:58:43 +02:00

View File

@@ -21,7 +21,7 @@
%define skip_python37 1
%define skip_python38 1
%if 0%{?suse_version} < 1600
%global pythons python312
%{?sle15_python_module_pythons}
%endif
Name: yt-dlp
@@ -47,7 +47,7 @@ Provides: yt-dlp-fish-completion = %version-%release
Obsoletes: yt-dlp-zsh-completion < %version-%release
Provides: yt-dlp-zsh-completion = %version-%release
%if 0%{?suse_version} < 1600
Requires: python312-yt-dlp = %version
Requires: python311-yt-dlp = %version
%else
Requires: python3-yt-dlp = %version
%endif