Bug 2065498 - python-certifi no longer appears in epel7, breaking dependency in python2-kubernetes
Summary: python-certifi no longer appears in epel7, breaking dependency in python2-kub...
Keywords:
Status: CLOSED DUPLICATE of bug 2065094
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: python-certifi
Version: epel7
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Jason Montleon
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-03-18 00:54 UTC by Adam DeConinck
Modified: 2022-03-18 09:01 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-03-18 09:01:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Adam DeConinck 2022-03-18 00:54:14 UTC
Description of problem:

python2-kubernetes 11.0.0-6.el7 depends on python-certifi. This package no longer appears in EPEL, but seems to in the past. (As evidenced by the fact that it appears as a component in this bugzilla!)

This makes it impossible to install python2-kubernetes, and presumably other packages as well. (This is just the dependency that broke for me)

# yum deplist python2-kubernetes
<snip>
package: python2-kubernetes.noarch 1:11.0.0-6.el7
  dependency: PyYAML
   provider: PyYAML.x86_64 3.10-11.el7
  dependency: python(abi) = 2.7
   provider: python.x86_64 2.7.5-90.el7
  dependency: python-certifi
   Unsatisfied dependency
<snip>


Version-Release number of selected component (if applicable):

- python-certifi: unclear version, no longer in repo
- python2-kubernetes: 11.0.0-6.el7

How reproducible: Easy


Steps to Reproduce: On CentOS 7:
1. Install epel-release-7-14.noarch
2. yum install python-certifi, OR
3. yum install python2-kubernetes (as an example)

Actual results:

# yum install python-certifi
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
 * base: ewr.edge.kernel.org
 * epel: d2lzkl7pfhq30w.cloudfront.net
 * extras: mirrors.seas.harvard.edu
 * updates: centos.mirror.constant.com
No package python-certifi available.
Error: Nothing to do


# yum install python2-kubernetes
<snip>
--> Processing Dependency: python-certifi for package: 1:python2-kubernetes-11.0.0-6.el7.noarch
--> Finished Dependency Resolution
Error: Package: 1:python2-kubernetes-11.0.0-6.el7.noarch (epel)
           Requires: python-certifi
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest



Expected results:

Successful package installs.


Additional info:

This was working in CI last week... Did the package get dropped, intentionally or accidentally, recently?

Comment 1 Miro Hrončok 2022-03-18 09:01:13 UTC
The package got dropped on the 14th, but there was no apparent explicit action to drop it.

*** This bug has been marked as a duplicate of bug 2065094 ***


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