aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core
AgeCommit message (Collapse)Author
2021-03-17recipes: add conditional PNBLACKLIST in all recipes except python-nativeMartin Jansa
* python-native is an exception because there is still e.g. chromium depending on _native_ python and a lot of people use it in some form, once https://bugs.chromium.org/p/chromium/issues/detail?id=942720 is resolved in stable chromium release the same will be set in python-native * https://www.python.org/doc/sunset-python-2/ * https://python3statement.org/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-02-16packagegroup-meta-python2: add new recipesBabak Sarashki
Add python-kombu Add python-vine Add python-amqp Signed-off-by: Babak Sarashki <babak.sarashki@windriver.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-04-14packagegroup-meta-python2: add new recipesTim Orling
Add python-docker-pycreds Add python-websocket-client Add python-docker Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-01-22packagegroup-meta-python2: add python-booleanpyTim Orling
Add new recipe to basic and ptest packagegroups Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-01-22packagegroup-meta-python2: add -wrapt,-deprecatedTim Orling
Update the packagegroup with newly added recipes Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-01-19packagegroup-meta-python2: add python-soupsieveTim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2019-12-01configparse,netifaces,sqlparse: merge inc and bbTim Orling
These recipes were added after the other major rework had been done. Merging inc and bb allows for easier recipe maintenance via AUH and devtool. Minor recipe cleanup and add SUMMARY, DESCRIPTION, HOMEPAGE, etc. where needed. Also add to packagegroup-meta-python2. Signed-off-by: Tim Orling <ticotimo@gmail.com>
2019-12-01packagegroup-meta-python2: add moved packagesTim Orling
Add packages moved from meta-oe and meta-networking NOTE: python-ldap RDEPENDS on cyrus-sasl from meta-networking. For now it is excluded from packagegroup-meta-python2 as this adds a dependency on meta-python that is undesirable. Signed-off-by: Tim Orling <ticotimo@gmail.com>
2019-12-01python-pycryptodomex: rename python-pycryptodomeTim Orling
python-pycryptodomex can be installed side-by-side with python-pycrypto. Change SRC_URI checksums to match pycryptodomex While we are at it: - python-pysnmp actually depends on python-pycryptodomex since 4.4.1 - python-pyjks actually depends on python-pycryptodomex since 19.0.0 Signed-off-by: Tim Orling <ticotimo@gmail.com>
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>