New: libjpeg and libz recipes, pil recipe WIP

This commit is contained in:
akshayaurora 2015-02-25 17:23:26 +05:30
parent af21bf5090
commit f353960298
7 changed files with 231 additions and 0 deletions
recipes/hostpython

View file

@ -0,0 +1,10 @@
'''
Stub functions for _scproxy on OsX
No proxy is supported yet.
'''
def _get_proxy_settings():
return {'exclude_simple': 1}
def _get_proxies():
return {}