Bug 1838402
| Summary: | Cannot install python3-pysnmp from EPEL 8 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Rogue Blue <darren.reed> |
| Component: | pysnmp | Assignee: | Fabian Affolter <mail> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel8 | CC: | aurelien, mail, xavier |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-09-28 18:21:48 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: | |||
| Bug Depends On: | 1888579 | ||
| Bug Blocks: | |||
|
Description
Rogue Blue
2020-05-21 05:08:48 UTC
How does this relate to python3-pyasn1? 1) There is no dedicated component for "python3-pysnmp" even thought it is a 1st class RPM 2) python3-pysnmp is a python interface to SNMP. SNMP is all ASN.1 encoded messages sent over the network 3) python3-pyasn1 is a prerequisite for python3-pysnmp. Component names map to repo names, not package names. They are usually close, but not guaranteed. The srpm names also map to repo names, so you can usually find the correct component by running rpm -qi and looking at the "Source RPM" field. I updated the component, so hopefully this should get visibility by the right maintainers. As https://bugzilla.redhat.com/show_bug.cgi?id=1888579 was, I guess that we are fine. At least there were no more complains. |