mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
python-can: correct the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
5a335fc7de
commit
ae9c2bad8a
@@ -7,3 +7,14 @@ SRC_URI[md5sum] = "b2a164887c1c6a2a2490b5afb36e36db"
|
|||||||
SRC_URI[sha256sum] = "b961b6ce75a7f08b586f4d2cae8cdc409881731b851fc405fa21cb16bad00d87"
|
SRC_URI[sha256sum] = "b961b6ce75a7f08b586f4d2cae8cdc409881731b851fc405fa21cb16bad00d87"
|
||||||
|
|
||||||
PYPI_PACKAGE="python-can"
|
PYPI_PACKAGE="python-can"
|
||||||
|
|
||||||
|
RDEPENDS_${PN}_class-target += "\
|
||||||
|
${PYTHON_PN}-argparse \
|
||||||
|
${PYTHON_PN}-ctypes \
|
||||||
|
${PYTHON_PN}-importlib \
|
||||||
|
${PYTHON_PN}-logging \
|
||||||
|
${PYTHON_PN}-misc \
|
||||||
|
${PYTHON_PN}-netserver \
|
||||||
|
${PYTHON_PN}-subprocess \
|
||||||
|
${PYTHON_PN}-sqlite3 \
|
||||||
|
"
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
require python-can.inc
|
require python-can.inc
|
||||||
inherit pypi setuptools
|
inherit pypi setuptools
|
||||||
|
|
||||||
RDEPENDS_${PN} += "python-sqlite3"
|
RDEPENDS_${PN}_class-target += "\
|
||||||
|
${PYTHON_PN}-zlib \
|
||||||
|
"
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
require python-can.inc
|
require python-can.inc
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
RDEPENDS_${PN} += "python3-sqlite3"
|
RDEPENDS_${PN}_class-target += "\
|
||||||
|
${PYTHON_PN}-codecs \
|
||||||
|
${PYTHON_PN}-compression \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user