]> code.ossystems Code Review - openembedded-core.git/commit
python3: add python3 metapackage
authorRoss Burton <ross.burton@intel.com>
Mon, 24 Apr 2017 14:43:57 +0000 (15:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 May 2017 11:21:34 +0000 (12:21 +0100)
commit54a2549802a911cad2475a6aa379315a834419d8
treeb1c9c4073780da8c0a1a6581c52eb9ef438a704a
parent270cd793fa2777bf15930ee4873c7b44a22ad005
python3: add python3 metapackage

Many new users add "python3" to their image using IMAGE_INSTALL and are then
surprised that they can't import any of the standard library. This is because we
split up the standard library into a number of packages, and python3-core (the
interpreter and essential modules only) RPROVIDES 'python3'.

Solve this by moving the RPROVIDES of 'python3' to python3-modules, so that the
entire Python standard library is installed.

[ YOCTO #11182 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3_3.5.2.bb