summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:22:51 +0200
committerGyorgy Sarvari <skandigraun@gmail.com>2025-10-02 15:16:40 +0200
commit7e1af614e26428a964289cdcfaa5b549932899a2 (patch)
treecfd352bb3f031d3302c28d37422103ed92f68236 /meta-python
parent5023aa82bc880afba297296ee7d7d1ed5737b58e (diff)
downloadmeta-openembedded-7e1af614e26428a964289cdcfaa5b549932899a2.tar.gz
python3-txws: 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> (cherry picked from commit d334d496c36f326c9025fbe259f96fce62edaf1f) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb
index c075e42700..9f00700403 100644
--- a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb
+++ b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb
@@ -6,6 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=76699830db7fa9e897f6a1ad05f98ec8"
6 6
7DEPENDS = "python3-twisted python3-six python3-vcversioner python3-six-native python3-vcversioner-native" 7DEPENDS = "python3-twisted python3-six python3-vcversioner python3-six-native python3-vcversioner-native"
8 8
9RDEPENDS:${PN} += " \
10 ${PYTHON_PN}-six \
11 ${PYTHON_PN}-twisted \
12"
13
9SRC_URI = "git://github.com/MostAwesomeDude/txWS.git;branch=master;protocol=https" 14SRC_URI = "git://github.com/MostAwesomeDude/txWS.git;branch=master;protocol=https"
10SRCREV= "88cf6d9b9b685ffa1720644bd53c742afb10a414" 15SRCREV= "88cf6d9b9b685ffa1720644bd53c742afb10a414"
11 16