diff --git a/python-pydata-sphinx-theme.changes b/python-pydata-sphinx-theme.changes index 9f5b63d..bfeb172 100644 --- a/python-pydata-sphinx-theme.changes +++ b/python-pydata-sphinx-theme.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 25 05:18:36 UTC 2024 - ecsos + +- Add %{?sle15_python_module_pythons} +- Fix build error under Leap. + ------------------------------------------------------------------- Mon Sep 02 13:54:46 UTC 2024 - mcepl@cepl.eu diff --git a/python-pydata-sphinx-theme.spec b/python-pydata-sphinx-theme.spec index acb0773..6cc87b2 100644 --- a/python-pydata-sphinx-theme.spec +++ b/python-pydata-sphinx-theme.spec @@ -17,6 +17,7 @@ %define skip_python36 1 +%{?sle15_python_module_pythons} Name: python-pydata-sphinx-theme Version: 0.15.4 Release: 0 @@ -97,7 +98,7 @@ yarn install --offline # nodeenv generated with python3, no need to generate a different # nodeenv for each flavor -python3 -m nodeenv --node=system --prebuilt --clean-src $PWD/.nodeenv +python%python_bin_suffix -m nodeenv --node=system --prebuilt --clean-src $PWD/.nodeenv %pyproject_wheel %install