Opened 4 years ago
Last modified 4 years ago
#22089 closed defect
Patch python to accept openSSL >= 1.1 — at Initial Version
Reported by: | charpent | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | sage-duplicate/invalid/wontfix |
Component: | packages: standard | Keywords: | SSL pip packages |
Cc: | slelievre, jdemeyer | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Rationale : see this thread.
In short, OpenSSL development interface have changed incompatibly with versions<1.1. A lot of applications have been affected. That includes "our" python (see this python ticket) and "our" git (see #22058), which are now unable to use SSL transport when compiled against OpenSSL>=1.1. This notably impedes the use of pip.
This library has now entered mainstream Linux distributions (e. g. Debian testing) (I dunno about Windows/cygwin and Mac OS X). These distributions can no longer compile Sagemath with a functional pip.
Note: See
TracTickets for help on using
tickets.