New: libjpeg and libz recipes, pil recipe WIP
This commit is contained in:
parent
af21bf5090
commit
f353960298
7 changed files with 231 additions and 0 deletions
recipes/hostpython
10
recipes/hostpython/_scproxy.py
Normal file
10
recipes/hostpython/_scproxy.py
Normal 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 {}
|
Loading…
Add table
Add a link
Reference in a new issue