aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/packagegroups/packagegroup-meta-python.bb
AgeCommit message (Collapse)Author
2019-12-01images/packagegroups: python2 onlyTim Orling
Rename images and packagegroups so that they will not interfere with the similar recipes in meta-python. Drop all python3 references, this layer is python2 only. Fix ptest packagegroup, RDEPENDS on *-ptest. Signed-off-by: Tim Orling <ticotimo@gmail.com>
2019-11-02python-docutils: Upgrade to 0.15.2Khem Raj
- License-Update: Formatting changes due to change in SRC_URI - This is reflected as latest release on PyPI - Add python3 variant - Add python3 variant to meta-python packagegroup (From meta-openembedded commit: 15d60dd3d0d0e901d11dab4be0f88235ae00cfa5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2019-08-11python-pandas: remove the python 2.x version of the recipeAlexander Kanavin
As it depends on pathon 2.x Numpy which has been removed from oe-core. (From meta-openembedded commit: 5f0f3e0eabddd8b1d38d276373804045ad776ceb) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2019-08-08python-oauthlib: remove the 2.x version of the recipeAlexander Kanavin
As it requires python-nose, which will be removed from oe-core. 3.x version remains available. (From meta-openembedded commit: 9472d02c7c29bf4b9ca3bb20dc2cf1940ee80aeb) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2019-08-08python-matplotlib: remove the python 2.x version of the recipeAlexander Kanavin
This recipe depends on 2.x version of NumPy, which is about to be removed from oe-core (due to the latest release of NumPy no longer supporting Python 2.x). 3.x versions remain available as before. (From meta-openembedded commit: 3468447d9695bd3383c9839fae59727c99cc5123) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2019-01-13meta-python: add pkg groups and image for testingArmin Kuster
(From meta-openembedded commit: 5b8f0a7085ce9947106aaf6eed58ebd7788677df) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>