summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-core
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2022-05-24 21:46:42 +0200
committerKhem Raj <raj.khem@gmail.com>2022-05-26 18:54:39 -0700
commitdda4a40fcfdf2bcd8f95c49a2741f2e1df8f0102 (patch)
tree9c91d5575d5d55d0c468a7bb12094cff3d9db04c /meta-python/recipes-core
parent03a1a24618e7366235af76ea58514442669f0a76 (diff)
downloadmeta-openembedded-dda4a40fcfdf2bcd8f95c49a2741f2e1df8f0102.tar.gz
python3-uinput: new package
Add a recipe for python3-uinput: a python module for controlling the virtual input devices on linux. 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 6ca652e12..e3ae050ec 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -436,6 +436,7 @@ RDEPENDS:packagegroup-meta-python3 = "\
436 python3-typeguard \ 436 python3-typeguard \
437 python3-tzlocal \ 437 python3-tzlocal \
438 python3-u-msgpack-python \ 438 python3-u-msgpack-python \
439 python3-uinput \
439 python3-ujson \ 440 python3-ujson \
440 python3-unidiff \ 441 python3-unidiff \
441 python3-uritemplate \ 442 python3-uritemplate \