Bug 1464193
| Summary: | python-crypto2.6 RPM from EPEL does not install the library properly | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | E. Filipov <rhbugzilla> |
| Component: | epel-release | Assignee: | Michael Stahnke <mastahnke> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | dennis, djw8605, kevin, mastahnke |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-06-24 03:37:16 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
E. Filipov
2017-06-22 15:41:22 UTC
Yes, this is expected. :) This is a forward compat (ie newer than the base packge) version using these guidelines: https://fedoraproject.org/wiki/Packaging:Python_Eggs#Multiple_Versions So, you should adjust your calling programs sys.path or setup a script wrapper. |