| Summary: | python tornado runtime wasn't met on buildroot 2016.02 | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Charles <ckhardin> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Charles
2016-04-15 02:00:16 UTC
Looks good overall. Could you submit this as proper patches to the mailing list? It should be two patches: 1/ One adding the python-backports-ssl-match-hostname package 2/ One fixing the python-tornado package to select python-backports-ssl-match-hostname Thanks! This issue was fixed in c37648bac43344750bdff130cb3cda97fa9152f5. In fact, we don't need to package python-backports-ssl-match-hostname because Python 2.7.9, which we have in Buildroot provides what's needed. See the detailed commit log of c37648bac43344750bdff130cb3cda97fa9152f5 for more details. |