summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2020-05-18 10:05:54 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-05-19 17:18:50 -0400
commit7f6e10c4d117ae3ebbc2197d5af2ee95963ef99e (patch)
tree807b307315273bf84fff10f8dcca0eb1bc3ab905
parenta38cc34a4caf1c8b51740f9c12e93ccc2974466d (diff)
downloadmeta-virtualization-7f6e10c4d117ae3ebbc2197d5af2ee95963ef99e.tar.gz
python3-fastentrypoints: add the missing rdepends
Add the missing rdepends to fix below error: # python3 [snip] >>> import fastentrypoints [snip] ModuleNotFoundError: No module named 'pickle' Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-devtools/python/python3-fastentrypoints_0.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-fastentrypoints_0.12.bb b/recipes-devtools/python/python3-fastentrypoints_0.12.bb
index a96bd151..53bed187 100644
--- a/recipes-devtools/python/python3-fastentrypoints_0.12.bb
+++ b/recipes-devtools/python/python3-fastentrypoints_0.12.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://README.rst;md5=f212a0cb34eb678477972d2011fb365a"
12 12
13inherit pypi setuptools3 13inherit pypi setuptools3
14 14
15RDEPENDS_${PN} += "${PYTHON_PN}-setuptools" 15RDEPENDS_${PN} += "${PYTHON_PN}-setuptools ${PYTHON_PN}-pickle"
16 16
17SRC_URI[md5sum] = "390ad9a9229164a06156a5b1f0ef1b22" 17SRC_URI[md5sum] = "390ad9a9229164a06156a5b1f0ef1b22"
18SRC_URI[sha256sum] = "ff284f1469bd65400599807d2c6284d5b251398e6e28811f5f77fd262292410b" 18SRC_URI[sha256sum] = "ff284f1469bd65400599807d2c6284d5b251398e6e28811f5f77fd262292410b"