packages/lang/python/python3
Alexandru Ardelean e066fdaf11 python,python3: handle install script errors better
Depending on execution order the `python-package-install.sh`
script would return a non-zero err code.

So, this enforces that all commands in the script
don't fail (via the `set -e` directive).

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-19 16:50:25 +03:00
..
files python,python3: handle install script errors better 2017-07-19 16:50:25 +03:00
patches python3: fix distutils path to package when using bytecodes 2017-06-12 23:26:54 +03:00
Makefile python,python3: add dependency on CONFIG_PACKAGE_ symbols for setuptools & pip 2017-07-03 16:11:57 +03:00