Opened 15 years ago
Closed 15 years ago
#20167 closed defect (worksforme)
Mecurial: Add py25-socket-ssl to dependencies
Reported by: | andi@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | mecurial |
Description
Hi,
it would be nice if someone could add the py25-socket-ssl dependency to the mecurial packague.
otherwise its not possible to clone https repositories, you only get an error message like "Python support for SSL and HTTPS is not installed"
see http://rubenlaguna.com/wp/2009/05/08/python-support-ssl-https-not-installed/ for details
Change History (1)
comment:1 Changed 15 years ago by blb@…
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
mercurial now uses python26, so make sure you have mercurial 1.2.1_1 installed; python26 has the socket SSL stuff built in, so nothing further should be required.
Replying to andi@…:
Note that "sudo port upgrade python" doesn't make sense, there is no python port; for mercurial, which now uses python26, you want to upgrade that. Also note that py25-socket-ssl is now a stub as it's included with python25, see #12369.