Neal Gompa wrote:
On Mon, Jan 14, 2019 at 4:57 PM Rex Dieter rdieter@gmail.com wrote:
Troy Dawson wrote:
But I've hit a package I'm having issues with, due to python vs python2/python3. qt5-qtwebengine For starters, it has a buildrequires for /usr/bin/python and is running "python <command>" in the %prep section.
Are you saying nothing in rhel8 provides /usr/bin/python ?
Nothing provides it. The reason given: nobody could agree what to do here[1].
That is... unfortunate (and silly imho).
The easy trick that I use for this is make a symlink to a custom path and add it to the PATH in the package build.
agreed.
-- Rex