diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-can_4.2.1.bb | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb index d7b2a95734..f5cc31d6f5 100644 --- a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb | |||
| @@ -9,19 +9,19 @@ PYPI_PACKAGE="python-can" | |||
| 9 | 9 | ||
| 10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
| 11 | 11 | ||
| 12 | RDEPENDS:${PN}:class-target += "\ | 12 | RDEPENDS:${PN} += " \ |
| 13 | ${PYTHON_PN}-aenum \ | 13 | python3-aenum \ |
| 14 | ${PYTHON_PN}-ctypes \ | 14 | python3-codecs \ |
| 15 | ${PYTHON_PN}-codecs \ | 15 | python3-compression \ |
| 16 | ${PYTHON_PN}-compression \ | 16 | python3-ctypes \ |
| 17 | ${PYTHON_PN}-fcntl \ | 17 | python3-fcntl \ |
| 18 | ${PYTHON_PN}-logging \ | 18 | python3-logging \ |
| 19 | ${PYTHON_PN}-misc \ | 19 | python3-misc \ |
| 20 | ${PYTHON_PN}-netserver \ | 20 | python3-netserver \ |
| 21 | ${PYTHON_PN}-sqlite3 \ | 21 | python3-pkg-resources \ |
| 22 | ${PYTHON_PN}-wrapt \ | 22 | python3-sqlite3 \ |
| 23 | ${PYTHON_PN}-pkg-resources \ | 23 | python3-typing-extensions \ |
| 24 | ${PYTHON_PN}-typing-extensions \ | 24 | python3-wrapt \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |
