diff options
author | Alistair Francis <alistair@alistair23.me> | 2020-04-22 23:01:36 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-25 08:32:41 -0700 |
commit | de3da2fcb16b1db1abfa32f42d046bd96b5b8617 (patch) | |
tree | 9d3c794dd4dd1571a954026da4ea9ec53028a284 /meta-python/recipes-devtools/python/python3-obd_0.7.1.bb | |
parent | f33a094ddb05f02ba6c56511a83f62fa6c02763b (diff) | |
download | meta-openembedded-de3da2fcb16b1db1abfa32f42d046bd96b5b8617.tar.gz |
python3-obd: Add missing setuptools RDEPENDS
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-obd_0.7.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-obd_0.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb index 55131b333..eb8a5a747 100644 --- a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb | |||
@@ -7,4 +7,4 @@ SRC_URI[sha256sum] = "8b81ea5896157b6e861af12e173c10b001cb6cca6ebb04db2c01d32681 | |||
7 | 7 | ||
8 | inherit setuptools3 pypi | 8 | inherit setuptools3 pypi |
9 | 9 | ||
10 | RDEPENDS_${PN} = "${PYTHON_PN}-pyserial ${PYTHON_PN}-pint" | 10 | RDEPENDS_${PN} += "${PYTHON_PN}-pyserial ${PYTHON_PN}-pint ${PYTHON_PN}-setuptools" |