P.S. Can someone tell me how the %{?sle15_python_module_pythons} is supposed to work, so that I get a working python3-sphinxcontrib-jinja for 15.6 instead of the python311-sphinxcontrib-jinja which won't satisfy the deps?
Can you accept the other two sphinxcontrib submissions I made and help me to get GMT in Application:Geo building for 15.6? Tumbleweed now builds fine, but for this package I really need an 15.6 release.
I submitted a few python packages already, but until now I always patch the spec in my home repo to work for Leap and I'm sure there is a better way...
Also note: the Require for setuptools wasn't a leftover. It simply doesn't work without it. GMT building fails when setuptools is not installed, as pkg_ressources cannot be resolved.
P.S. Can someone tell me how the %{?sle15_python_module_pythons} is supposed to work, so that I get a working python3-sphinxcontrib-jinja for 15.6 instead of the python311-sphinxcontrib-jinja which won't satisfy the deps?
that macro switches it over to 311. so your python3 requires need to be changed to python. I'll fix it up.
Can you accept the other two sphinxcontrib submissions I made and help me to get GMT in Application:Geo building for 15.6? Tumbleweed now builds fine, but for this package I really need an 15.6 release.
I submitted a few python packages already, but until now I always patch the spec in my home repo to work for Leap and I'm sure there is a better way...
Also note: the Require for setuptools wasn't a leftover. It simply doesn't work without it. GMT building fails when setuptools is not installed, as pkg_ressources cannot be resolved.