Files
poky/meta/recipes-devtools/python
Ross Burton 62b28136c0 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 ]

(From OE-Core rev: 54a2549802a911cad2475a6aa379315a834419d8)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-05-11 16:59:19 +01:00
..
2017-03-16 22:11:32 +00:00
2016-11-23 11:10:15 +00:00
2016-07-20 10:28:47 +01:00