Bug 1948173 - Missing httplib2 dependency
Summary: Missing httplib2 dependency
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: python-certbot-dns-google
Version: epel8
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Felix Schwarz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-04-10 13:19 UTC by Juan Orti
Modified: 2021-04-10 21:15 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-04-10 19:38:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Juan Orti 2021-04-10 13:19:46 UTC
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:

Comment 1 Felix Schwarz 2021-04-10 19:32:16 UTC
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...

Comment 2 Felix Schwarz 2021-04-10 19:38:12 UTC
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

Comment 3 Juan Orti 2021-04-10 20:41:41 UTC
Ok, I found the problem. The package is in the PowerTools repo that it's disabled by default.

Sorry for the noise.

Comment 4 Felix Schwarz 2021-04-10 21:15:22 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.