wok diff python-gevent-psycopg2/receipt @ rev 20633
linld: 32 bits lseeks for tazboot (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 05 17:29:09 2019 +0100 (2019-01-05) |
parents | 1be66a08b81f |
children | a78610b2eb47 |
line diff
1.1 --- a/python-gevent-psycopg2/receipt Thu Dec 13 11:44:12 2018 +0100 1.2 +++ b/python-gevent-psycopg2/receipt Sat Jan 05 17:29:09 2019 +0100 1.3 @@ -17,6 +17,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i -e 's|import sys|&\nimport ssl|' -e 's|http:|https:|' -e \ 1.8 + 's|.*urlopen(url|\t ssl._create_default_https_context = ssl._create_unverified_context\n&|' \ 1.9 + distribute_setup.py 1.10 python setup.py build && 1.11 python setup.py install --root=$DESTDIR 1.12 }