summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:22:25 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commit182b6b7ad7938a63d1b44882e8f4d6f3caf6eae9 (patch)
tree479c047d6628e0e4cf1dd61818de0cd6a2905572 /meta-python/recipes-devtools/python
parent965583bf5257cd492160cf04107cdc5b269207d1 (diff)
downloadmeta-openembedded-182b6b7ad7938a63d1b44882e8f4d6f3caf6eae9.tar.gz
python3-pyiface: 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')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyiface_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyiface_git.bb b/meta-python/recipes-devtools/python/python3-pyiface_git.bb
index 5e0d2de91..29a0bc86c 100644
--- a/meta-python/recipes-devtools/python/python3-pyiface_git.bb
+++ b/meta-python/recipes-devtools/python/python3-pyiface_git.bb
@@ -7,6 +7,12 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fe869ee987a340198fb0d54c55c47f1"
7 7
8DEPENDS += "python3-setuptools-scm-native" 8DEPENDS += "python3-setuptools-scm-native"
9 9
10RDEPENDS:${PN} += " \
11 python3-ctypes \
12 python3-fcntl \
13 python3-io \
14"
15
10inherit setuptools3 16inherit setuptools3
11 17
12SRC_URI = "git://github.com/bat-serjo/PyIface.git;protocol=https;branch=master" 18SRC_URI = "git://github.com/bat-serjo/PyIface.git;protocol=https;branch=master"