Description of problem: texlive-minted requires python-pygments. It should instead require /usr/bin/pygmentize. Version-Release number of selected component (if applicable): texlive-minted-svn44855-4.fc29.noarch texlive-2017-4.fc29.src How reproducible: Easy Steps to Reproduce: $ mock -r fedora-rawhide-x86_64 --init $ mock -r fedora-rawhide-x86_64 --install /usr/bin/xelatex texlive-minted $ mock -r fedora-rawhide-x86_64 --shell # cat > minted.tex << EOF \documentclass{article} \usepackage{minted} \begin{document} \begin{minted}{pycon} >>> "SUCCESS" 'SUCCESS' \end{minted} \end{document} EOF # xelatex -shell-escape minted.tex Actual results: ! Package minted Error: You must have `pygmentize' installed to use this package. Expected results: Should successfully build. Additional info: $ mock -r fedora-rawhide-x86_64 --install /usr/bin/pygmentize # xelatex -shell-escape minted.tex All good. /usr/bin/pygmentize is not in python2-pygments (that one provides python-pygments). It is in fact in python3-pygments. However just requiring /usr/bin/pygmentize will abstract us from this.
https://src.fedoraproject.org/rpms/texlive/pull-request/3