python: add capability to install python packages for the host 1984/head
authorJeffery To <jeffery.to@gmail.com>
Wed, 18 Nov 2015 16:34:14 +0000 (00:34 +0800)
committerJeffery To <jeffery.to@gmail.com>
Tue, 24 Nov 2015 14:43:56 +0000 (22:43 +0800)
commitb12d7b6db12b0830f021df5058b347f030feac70
treef7115096b96792e7d713c744c0112421a53e8b3b
parent0421b321310e252919e83a43d653317ec88acbb0
python: add capability to install python packages for the host

Some python packages (e.g. cffi) compile one or more shared libraries
as part of their setup process. When these packages are setup
dependencies of other packages (e.g. cryptography), these packages (and
their shared libraries) will need to be loaded on the host system.

This adds a makefile, similar to python-package.mk, to simplify
installing python packages on the host.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/Makefile
lang/python/files/python-host.mk [new file with mode: 0644]