[packages/python-virtualenv] - add _ssl for HTTPSConnection to work
baggins
baggins at pld-linux.org
Fri Apr 5 20:05:28 CEST 2013
commit 9b3fd3e488e6d536e967118d1106cd8eb04afdee
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Apr 5 19:49:48 2013 +0200
- add _ssl for HTTPSConnection to work
virtualenv-pld.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/virtualenv-pld.patch b/virtualenv-pld.patch
index 3d8bb47..76ed492 100644
--- a/virtualenv-pld.patch
+++ b/virtualenv-pld.patch
@@ -7,7 +7,7 @@
- 'zlib']
+ 'zlib', 'time', 'cStringIO', 'md5', '_hashlib', '_struct',
+ '_collections', 'operator', 'itertools', 'math', 'binascii',
-+ '_random', '_io', '_functools', 'array', '_socket', 'select',
++ '_random', '_io', '_functools', 'array', '_socket', '_ssl', 'select',
+ 'fcntl', 'cPickle', 'datetime', 'syslog', '_sqlite3', 'unicodedata', 'parser', 'simplejson']
REQUIRED_FILES = ['lib-dynload', 'config']
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-virtualenv.git/commitdiff/9999949c29d8dc614483b0aaa269b5d6cd295367
More information about the pld-cvs-commit
mailing list