packages/lang/python
Jeffery To b12d7b6db1 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>
2015-11-24 22:43:56 +08:00
..
files python: add capability to install python packages for the host 2015-11-24 22:43:56 +08:00
patches python: fix patch removing multiarch support for host python 2015-07-02 18:19:09 +02:00
Makefile python: add capability to install python packages for the host 2015-11-24 22:43:56 +08:00