qt5-qtbase-devel requires /usr/bin/python2 due to /usr/lib64/qt5/mkspecs/features/uikit/devices.py with Python 2 shebang. The script seems python3 compatible (it even has a from __future__ import print_function line). Could you please change the shebang to be /usr/bin/python3 instead? (Or drop the file if it's not needed.) Version-Release number of selected component (if applicable): qt5-qtbase-devel-0:5.11.0-2.fc29 Steps to Reproduce: 1. $ dnf repoquery --requires qt5-qtbase-devel | grep python Actual results: /usr/bin/python2 Expected results: /usr/bin/python3 (or nothing)
it's fixed in qt5-qtbase-5.11.1-2.fc29
Thank you.