forked from pool/python314
Fix %files
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=48
This commit is contained in:
@@ -260,7 +260,7 @@ BuildRequires: python3-python-docs-theme >= 2022.1
|
|||||||
|
|
||||||
%if %{with experimental_jit}
|
%if %{with experimental_jit}
|
||||||
# needed for experimental_jit
|
# needed for experimental_jit
|
||||||
BuildRequires: clang19
|
BuildRequires: clang19 llvm19
|
||||||
BuildRequires: llvm
|
BuildRequires: llvm
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@@ -1014,6 +1014,8 @@ fi
|
|||||||
%if %{primary_interpreter}
|
%if %{primary_interpreter}
|
||||||
%{_rpmconfigdir}/macros.d/macros.python3
|
%{_rpmconfigdir}/macros.d/macros.python3
|
||||||
%endif
|
%endif
|
||||||
|
# build-details
|
||||||
|
%{_libdir}/python3*/build-details.json
|
||||||
|
|
||||||
# binary parts
|
# binary parts
|
||||||
%dir %{sitedir}/lib-dynload
|
%dir %{sitedir}/lib-dynload
|
||||||
@@ -1077,6 +1079,7 @@ fi
|
|||||||
%{dynlib _sha1}
|
%{dynlib _sha1}
|
||||||
%{dynlib _sha2}
|
%{dynlib _sha2}
|
||||||
%{dynlib _sha3}
|
%{dynlib _sha3}
|
||||||
|
%{dynlib _hmac}
|
||||||
|
|
||||||
%dir %{sitedir}
|
%dir %{sitedir}
|
||||||
# python parts
|
# python parts
|
||||||
|
|||||||
Reference in New Issue
Block a user