change python-Sphinx (it is version for python2) to python3-Sphinx in openSUSE section

sysek 2020-12-19 10:18:20 +01:00
parent a35696b833
commit 09929457dc
1 changed files with 1 additions and 1 deletions

@ -56,7 +56,7 @@ The following dependencies are only needed during compilation, you can remove th
| cmake >= 3.1| `cmake` <br />`cmake-data` | `cmake` <br />`@development-tools` | `cmake` | | cmake >= 3.1| `cmake` <br />`cmake-data` | `cmake` <br />`@development-tools` | `cmake` |
| pkg-config | `pkg-config` | - | - | | pkg-config | `pkg-config` | - | - |
| python3 | `python3` | `python3` | `python3` | | python3 | `python3` | `python3` | `python3` |
| [sphinx](https://www.sphinx-doc.org/en/master/usage/installation.html)<sup>2</sup> | `python3-sphinx` | `python3-sphinx` | `python-Sphinx` | | [sphinx](https://www.sphinx-doc.org/en/master/usage/installation.html)<sup>2</sup> | `python3-sphinx` | `python3-sphinx` | `python3-Sphinx` |
<sup>1</sup> Only needed when not using the release archives <sup>1</sup> Only needed when not using the release archives
<sup>2</sup> Can also be installed with `pip`: `pip install -U sphinx` <sup>2</sup> Can also be installed with `pip`: `pip install -U sphinx`