diff options
| author | Michael Forney <mforney@mforney.org> | 2016-07-04 16:50:16 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-07-04 20:26:49 -0700 |
| commit | e08b96997360e4a4245c1142678d7e966d654d0f (patch) | |
| tree | ea1772e63685c8a02fd811f9891801049c8b5ddf /devel/python/Setup | |
| parent | 8f2d73e425db3778a648401b2b406b22d2b80dac (diff) | |
python: Enable ssl and pyexpat
These are required for youtube-dl for some sites.
Diffstat (limited to 'devel/python/Setup')
| -rw-r--r-- | devel/python/Setup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/python/Setup b/devel/python/Setup index 3c4d9e54..3aac233d 100644 --- a/devel/python/Setup +++ b/devel/python/Setup @@ -43,7 +43,7 @@ select selectmodule.c mmap mmapmodule.c _csv _csv.c _socket socketmodule.c -#_ssl _ssl.c +_ssl _ssl.c _crypt _cryptmodule.c #nis nismodule.c termios termios.c @@ -65,7 +65,7 @@ parser parsermodule.c #fpectl fpectlmodule.c #fpetest fpetestmodule.c zlib zlibmodule.c -#pyexpat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c +pyexpat pyexpat.c #_multibytecodec cjkcodecs/multibytecodec.c #_codecs_cn cjkcodecs/_codecs_cn.c #_codecs_hk cjkcodecs/_codecs_hk.c |
