summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:22:33 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commit35673dc1b7291da5ca759061d5c35b29ffb6fd88 (patch)
treeee0454c4130178c40ee3f63697c535b5e210cbdf /meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb
parent27af8cc88d59e3ee15dc92d7eeabaedbb5509947 (diff)
downloadmeta-openembedded-35673dc1b7291da5ca759061d5c35b29ffb6fd88.tar.gz
python3-sdnotify: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb b/meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb
index dc1961ac30..ebf000135a 100644
--- a/meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb
@@ -17,3 +17,5 @@ SRC_URI[sha256sum] = "73977fc746b36cc41184dd43c3fe81323e7b8b06c2bb0826c4f59a20c5
17SRC_URI += "file://0001-setup.py-switch-to-setuptools.patch" 17SRC_URI += "file://0001-setup.py-switch-to-setuptools.patch"
18 18
19inherit setuptools3 pypi 19inherit setuptools3 pypi
20
21RDEPENDS:${PN} += "python3-io"