aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-core
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2022-05-12 10:41:45 +0200
committerKhem Raj <raj.khem@gmail.com>2022-05-14 08:17:25 -0700
commit2bcdde7354de9224fa799de63178607c327788c9 (patch)
treea61546d14ba1e102f16db9fd12950d18e12b03ca /meta-python/recipes-core
parent56ab82fe23b8af40fe05d05249c7cfb81694dfc0 (diff)
downloadmeta-openembedded-contrib-2bcdde7354de9224fa799de63178607c327788c9.tar.gz
python3-hexbytes: new package
Add a recipe for hexbytes: a Python bytes subclass that decodes hex, with a readable console output. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> 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 5e41d92c1e..0a96e40051 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -474,6 +474,7 @@ RDEPENDS:packagegroup-meta-python3-ptest = "\
python3-dominate-ptest \
python3-geojson-ptest \
python3-gunicorn-ptest \
+ python3-hexbytes \
python3-html2text-ptest \
python3-inflection-ptest \
python3-intervals-ptest \