]> code.ossystems Code Review - openembedded-core.git/commit
python3-installer: add installer module
authorRoss Burton <ross@burtonini.com>
Mon, 14 Mar 2022 14:39:22 +0000 (14:39 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Mar 2022 08:40:11 +0000 (08:40 +0000)
commit8beed9f6c4f750dfb6d1c205bd6f58441582101a
treef545c24a7bbb0e1044591f07e8718f5e0873e71b
parent3245dcbe559e55793f3b31692a4b5ade0e4d88ac
python3-installer: add installer module

Add a recipe for Installer, a minimal library/tool to install Python
Wheels.  Unlike PIP, it explicitly only installs wheels and does nothing
else.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-devtools/python/python3-installer/interpreter.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3-installer_0.5.1.bb [new file with mode: 0644]