Bug 1739977

Summary: python36 and python36-devel are not found on epel 7
Product: [Fedora] Fedora EPEL Reporter: Esteban Fonseca <estebandf>
Component: python36Assignee: Charalampos Stratakis <cstratak>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel7CC: carl, cstratak, mhroncok, python-sig
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-12 03:15:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Esteban Fonseca 2019-08-12 02:51:18 UTC
Description of problem:

Trying to install python36 and python36-devel I get the following message:

No package python36-devel available.
No package python36 available.

after that, dependencies fail. I've looked into https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/ and the packages are there, so I don't know what the issue is.

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

3.6

How reproducible:


Steps to Reproduce:
1. yum --disablerepo="*" --enablerepo="epel" info python36

Actual results:

Loaded plugins: fastestmirror, rhnplugin, universal-hooks
This system is receiving updates from CLN.
Loading mirror speeds from cached hostfile
 * epel: fedora.melbourneitmirror.net
Error: No matching Packages to list

Expected results:

Other packages works perfectly fine, IE:

yum --disablerepo="*" --enablerepo="epel" info python36-zmq

Available Packages
Name        : python36-zmq
Arch        : x86_64
Version     : 14.7.0
Release     : 8.el7
Size        : 308 k
Repo        : epel/x86_64
Summary     : Software library for fast, message-based applications
URL         : http://www.zeromq.org/bindings:python
License     : LGPLv3+
Description : The 0MQ lightweight messaging kernel is a library which extends the
            : standard socket interfaces with features traditionally provided by
            : specialized messaging middle-ware products. 0MQ sockets provide an
            : abstraction of asynchronous message queues, multiple messaging
            : patterns, message filtering (subscriptions), seamless access to
            : multiple transport protocols and more.
            : 
            : This package contains the python bindings.


Additional info:

Result is the same with different mirrors.

Comment 1 Esteban Fonseca 2019-08-12 03:15:57 UTC
Since this issue is recent, not all the mirrors were updated. sorry for the duplicate.

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