Skip to content
Snippets Groups Projects
Commit d0d01630 authored by Neal Gompa's avatar Neal Gompa
Browse files

Enforce usage of versioned Python interpreter in Makefiles

The Makefiles for dnfdaemon previously assumed that '/usr/bin/python'
pointed to Python 2. However, as support for Python 2 winds down
over the next two years, this is not guaranteed to remain true.

Consequently, Fedora has split out '/usr/bin/python' from the 'python2'
package in order to enforce that packages do not use '/usr/bin/python'
by default. Since the assumption was wrong in the Makefiles to begin
with, it is better to go ahead and fix it in the Makefiles.

Reference: https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package
parent f7c0eefb
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment