wok diff python-turbogears/receipt @ rev 21254

Up hg-git (0.8.12), shaarli (0.10.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 12 11:04:49 2019 +0200 (2019-04-12)
parents bc88c68ed8d0
children 814362194a8d
line diff
     1.1 --- a/python-turbogears/receipt	Wed Mar 09 02:21:29 2016 +0200
     1.2 +++ b/python-turbogears/receipt	Fri Apr 12 11:04:49 2019 +0200
     1.3 @@ -19,6 +19,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i -e 's|http://pypi|https://pypi|' -e \
     1.8 +	's|sys, os|&, ssl\nssl._create_default_https_context = ssl._create_unverified_context|' \
     1.9 +		tools/tgsetup.py ez_setup.py
    1.10  	PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
    1.11  	# Tgsetup dont build TurboGearsKid and friends if there are already
    1.12  	# installed, so remove python-turbogears before building.