wok-current diff s3ql/receipt @ rev 20655

cookutils: do not assume . in search path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 13 11:25:30 2019 +0100 (2019-01-13)
parents 7390f8de9846
children 8dd8bab3f0ca
line diff
     1.1 --- a/s3ql/receipt	Sat May 23 16:17:14 2015 +0300
     1.2 +++ b/s3ql/receipt	Sun Jan 13 11:25:30 2019 +0100
     1.3 @@ -18,6 +18,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 +		util/distribute_setup.py
    1.10  	python setup.py build &&
    1.11  	python setup.py test &&
    1.12  	python setup.py install --root=$DESTDIR