summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-core
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2022-05-12 10:41:51 +0200
committerKhem Raj <raj.khem@gmail.com>2022-05-14 08:17:25 -0700
commitd7458db05456fb21be0204cda70fc137a6ff8957 (patch)
tree1cb9fb2fb24c50a7b2c4979c9ccdb652e1c8cec2 /meta-python/recipes-core
parenta8915808b19080f64a5000d0f167eab0e18752ed (diff)
downloadmeta-openembedded-d7458db05456fb21be0204cda70fc137a6ff8957.tar.gz
python3-lru-dict: new package
Add a recipe for lru-dict: a fixed size dict like container. 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 da83aab48d..2bf26fc69a 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -223,6 +223,7 @@ RDEPENDS:packagegroup-meta-python3 = "\
223 python3-lockfile \ 223 python3-lockfile \
224 python3-lorem \ 224 python3-lorem \
225 python3-lrparsing \ 225 python3-lrparsing \
226 python3-lru-dict \
226 python3-luma-core \ 227 python3-luma-core \
227 python3-luma-oled \ 228 python3-luma-oled \
228 python3-lxml \ 229 python3-lxml \