Skip to content

Add a missing dependency to Sphinx on Fedora Linux

Arnaud Dupuis requested to merge arnauddupuis/kdesrc-build:master into master

Setting up my environment on Fedora 37, I realized that the FirstRun module was missing a dependency on the python3-sphinx package and that it was preventing extra-cmake-module from compiling.

This very small pull request does just that: adding the python3-sphinx dependency to the FirstRun.pm module.

Hopefully, it helps!

Merge request reports