I'm packaging pylint for python2 on centos8 and it builds fine but will not install. (Yes I know python2 is end of life - working on it) mock is used to do the builds. Here is what happens with I do the dnf install: # dnf install -y ods-python-pylint Last metadata expiration check: 0:19:59 ago on Fri 13 Mar 2020 16:22:30 UTC. Error: Problem: conflicting requests - nothing provides /usr/bin/python needed by ods-python-pylint-1.9.3-2.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) And this is what rpm thinks are the requirements: $ rpm -qpR ods-python-pylint-1.9.3-2.noarch.rpm ods-python-astroid ods-python-backports.functools_lru_cache ods-python-configparser ods-python-enum34 ods-python-futures ods-python-isort ods-python-lazy-object-proxy ods-python-mccabe ods-python-singledispatch ods-python-wrapt python(abi) = 2.7 python2 python2-six rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 Anyone know where is the /usr/bin/python coming from or how I can debug this? Barry _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx