Description of problem: python3-certbot-dns-google cannot be installed because of missing dependencies: # dnf install python3-certbot-dns-google Last metadata expiration check: 0:58:40 ago on Sat Apr 10 14:16:51 2021. Error: Problem: conflicting requests - nothing provides python3-httplib2 needed by python3-certbot-dns-google-1.13.0-1.el8.noarch - nothing provides python3.6dist(httplib2) needed by python3-certbot-dns-google-1.13.0-1.el8.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) Version-Release number of selected component (if applicable): python3-certbot-dns-google-1.13.0-1.el8.noarch How reproducible: Always Steps to Reproduce: 1. dnf install python3-certbot-dns-google Actual results: python3-httplib2 is not available Expected results: All dependencies available Additional info:
Do you use CentOS? I can see that problem on CentOS myself but our official build servers can install python3-httplib2 without a problem: https://kojipkgs.fedoraproject.org//packages/python-certbot-dns-google/1.14.0/1.el8/data/logs/noarch/root.log So the problem might be something else but I'd be interested to find out where the problem is exactly...
The package is part of the "PowerTools" repo in CentOS. See also: "NOTE for CentOS 8 users" https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F
Ok, I found the problem. The package is in the PowerTools repo that it's disabled by default. Sorry for the noise.
Don't worry - the error message fooled me also (as I keep forgetting about the PowerTools repo as well). Thank you for taking the time to file this issue.