* [meta-python2][PATCH] python-pyperf: add missing RDEPENDS
@ 2020-01-23 3:09 Tim Orling
0 siblings, 0 replies; only message in thread
From: Tim Orling @ 2020-01-23 3:09 UTC (permalink / raw)
To: openembedded-devel
* 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@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-01-23 3:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-23 3:09 [meta-python2][PATCH] python-pyperf: add missing RDEPENDS Tim Orling
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.