Bug 1732584
| Summary: | cryptography>=1.9 is required | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Vadim Raskhozhev <iamdexpl> |
| Component: | certbot | Assignee: | James Hogarth <james.hogarth> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | anon.amish, itamar, james.hogarth, nb, nick, rbu |
| 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: | 2019-07-23 20:35:27 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: | |||
Forgot to mention: downgrade to certbot-0.35.1-1.el7 changes nothing. Sorry for the noize, this is completely my bad: I've got too fresh pyOpenSSL installed from an internal repo for some mysterious reason. After downgrading pyOpenSSL to what's available from regular CentOS repos certbot is working as expected. Closing this NOTABUG. |
certbot-0.36.0-1.el7 crashes on execution: Traceback (most recent call last): File "/usr/bin/certbot", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 3011, in <module> parse_requirements(__requires__), Environment() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 630, in resolve raise VersionConflict(dist,req) # XXX put more info here pkg_resources.VersionConflict: (cryptography 1.7.2 (/usr/lib64/python2.7/site-packages), Requirement.parse('cryptography>=1.9')) Steps to Reproduce: 1. yum update certbot # on CentOS 7 with EPEL enabled, of course 2. certbot Actual results: a crash Expected results: normal work