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