[oe] [meta-python2][PATCH] python-pyperf: add missing RDEPENDS

Tim Orling ticotimo at gmail.com
Thu Jan 23 03:09:46 UTC 2020


* Missing run-time dependencies:
    ${PYTHON_PN}-contextlib
    ${PYTHON_PN}-datetime
    ${PYTHON_PN}-fcntl
    ${PYTHON_PN}-math
    ${PYTHON_PN}-numbers (fractions)
    ${PYTHON_PN}-six

Signed-off-by: Tim Orling <ticotimo at gmail.com>
---
 recipes-devtools/python/python-pyperf_1.7.0.bb | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/recipes-devtools/python/python-pyperf_1.7.0.bb b/recipes-devtools/python/python-pyperf_1.7.0.bb
index 20aa7a31..e722b08d 100644
--- a/recipes-devtools/python/python-pyperf_1.7.0.bb
+++ b/recipes-devtools/python/python-pyperf_1.7.0.bb
@@ -23,4 +23,12 @@ PYPI_PACKAGE = "pyperf"
 
 DEPENDS += "${PYTHON_PN}-six-native"
 
-RDEPENDS_${PN} += "${PYTHON_PN}-statistics"
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-contextlib \
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-fcntl \
+    ${PYTHON_PN}-math \
+    ${PYTHON_PN}-numbers \
+    ${PYTHON_PN}-six \
+    ${PYTHON_PN}-statistics \
+"
-- 
2.25.0



More information about the Openembedded-devel mailing list