mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
a38cc34a4c
commit
7f6e10c4d1
|
@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://README.rst;md5=f212a0cb34eb678477972d2011fb365a"
|
||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
RDEPENDS_${PN} += "${PYTHON_PN}-setuptools"
|
RDEPENDS_${PN} += "${PYTHON_PN}-setuptools ${PYTHON_PN}-pickle"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "390ad9a9229164a06156a5b1f0ef1b22"
|
SRC_URI[md5sum] = "390ad9a9229164a06156a5b1f0ef1b22"
|
||||||
SRC_URI[sha256sum] = "ff284f1469bd65400599807d2c6284d5b251398e6e28811f5f77fd262292410b"
|
SRC_URI[sha256sum] = "ff284f1469bd65400599807d2c6284d5b251398e6e28811f5f77fd262292410b"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user