aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-core
diff options
context:
space:
mode:
authorDevon Pringle <devon.pringle@digi.com>2021-03-16 15:27:17 +1000
committerKhem Raj <raj.khem@gmail.com>2021-03-17 12:05:44 -0700
commita07f3d4591aeba3408e5c606f1239a85bc9597e0 (patch)
tree935be88415e63f051675c5f79b0da18a086d160b /meta-python/recipes-core
parent4f06104d01563e6623e13ba8a72663f64cdbd760 (diff)
downloadmeta-openembedded-contrib-a07f3d4591aeba3408e5c606f1239a85bc9597e0.tar.gz
python3-pastedeploy: Add recipe
Add release 2.1.1: - Added setuptools as an explicit dependency. This has always been required but now that more environments are becoming capable of operating without it being installed, we now need to ensure it's available. - pytest-runner removed, use tox to run tests. License-Update: Use license file from PyPI tarball. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-core')
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index c6ac19a225..2748c50591 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -251,6 +251,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
python3-parse-type \
python3-parso \
python3-passlib \
+ python3-pastedeploy \
python3-pathtools3 \
python3-pep8 \
python3-periphery \