Bug 1575096
| Summary: | Unable to install paramiko on CentOS 7.2.1511 due to strict requires to python2-pyasn1 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Mikhail Ushanov <gm.mephisto> |
| Component: | python-paramiko | Assignee: | Othman Madjoudj <athmanem> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | agrimm, athmanem, gwync, ivazqueznet, orion, paul, pcahyna, rebus, sgallagh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-11-16 18:55:21 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: | |||
It's probably easiest to work around this by creating a local dummy python2-pyasn1 package that requires python-pyasn1. There's a bunch of these in EPEL already (see https://fedoraproject.org/wiki/User:Tibbs/EPELPythonStubPackages) but this case is a little different as python2-pyasn1 does actually exist in the current EL-7 release that EPEL targets, which is why I'd suggest doing this locally. I'm very reluctant to change the python-paramiko package in EPEL7 as it's supposed to be the same as the one in RHEL 7.4 apart from the release tag. Sorry, old versions of EL not supported. |
Description of problem: Paramiko cannot be installed on CentOS 7.2.1511 with vault.centos.org repos. In 7.2.1511 python-pyasn1 doesn't provide python2-pyasn1, which required by python-paramiko. Version-Release number of selected component (if applicable): python-paramiko-2.1.1-0.4.el7 How reproducible: Always Steps to Reproduce: 1. Change yum repos to vault.centos.org: sed -e "s/#baseurl=/baseurl=/g" -e "s/mirrorlist=/#mirrorlist=/g" \ -e "s;mirror.centos.org/centos;vault.centos.org;g" \ -i /etc/yum.repos.d/CentOS-* 2. Freeze yum repos to 7.2.1511 echo 7.2.1511 > /etc/yum/vars/releasever 3. Install python-paramiko yum install python-paramiko Actual results: Error: Package: python-paramiko-2.1.1-0.4.el7.noarch (epel) Requires: python2-pyasn1 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Expected results: python-paramiko successfully installed Additional info: Introduced by https://bugzilla.redhat.com/show_bug.cgi?id=1559133 I think, that python-paramiko should depends on python-pyasn1, not python2-pyasn1.