packages: python-virtualenv/virtualenv-pld.patch - remaining bits for --no-...

baggins baggins at pld-linux.org
Wed Sep 28 13:58:40 CEST 2011


Author: baggins                      Date: Wed Sep 28 11:58:40 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- remaining bits for --no-site-packages to work

---- Files affected:
packages/python-virtualenv:
   virtualenv-pld.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/python-virtualenv/virtualenv-pld.patch
diff -u packages/python-virtualenv/virtualenv-pld.patch:1.2 packages/python-virtualenv/virtualenv-pld.patch:1.3
--- packages/python-virtualenv/virtualenv-pld.patch:1.2	Wed Aug 31 13:55:12 2011
+++ packages/python-virtualenv/virtualenv-pld.patch	Wed Sep 28 13:58:34 2011
@@ -2,6 +2,18 @@
 index c173dd4..e460b79 100644
 --- a/virtualenv.py
 +++ b/virtualenv.py
+@@ -56,7 +56,10 @@
+                     'fnmatch', 'locale', 'encodings', 'codecs',
+                     'stat', 'UserDict', 'readline', 'copy_reg', 'types',
+                     're', 'sre', 'sre_parse', 'sre_constants', 'sre_compile',
+-                    'zlib']
++                    'zlib', 'time', 'cStringIO', 'md5', '_hashlib', '_struct',
++                    '_collections', 'operator', 'itertools', 'math', 'binascii', 
++                    '_random', '_io', '_functools', 'array', '_socket']
++
+ 
+ REQUIRED_FILES = ['lib-dynload', 'config']
+ 
 @@ -944,7 +944,7 @@
          inc_dir = join(home_dir, 'include')
          bin_dir = join(home_dir, 'bin')
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-virtualenv/virtualenv-pld.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list