diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-astroid_3.0.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-astroid_3.0.3.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_3.0.3.bb b/meta-python/recipes-devtools/python/python3-astroid_3.0.3.bb index 1b8787215d..b02b15113b 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_3.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_3.0.3.bb | |||
| @@ -9,8 +9,8 @@ SRC_URI[sha256sum] = "4148645659b08b70d72460ed1921158027a9e53ae8b7234149b1400edd | |||
| 9 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi python_setuptools_build_meta |
| 10 | 10 | ||
| 11 | DEPENDS += "\ | 11 | DEPENDS += "\ |
| 12 | ${PYTHON_PN}-pytest-runner-native \ | 12 | python3-pytest-runner-native \ |
| 13 | ${PYTHON_PN}-wheel-native \ | 13 | python3-wheel-native \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | PACKAGES =+ "${PN}-tests" | 16 | PACKAGES =+ "${PN}-tests" |
| @@ -21,17 +21,17 @@ FILES:${PN}-tests += " \ | |||
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | RDEPENDS:${PN}:class-target += "\ | 23 | RDEPENDS:${PN}:class-target += "\ |
| 24 | ${PYTHON_PN}-lazy-object-proxy \ | 24 | python3-lazy-object-proxy \ |
| 25 | ${PYTHON_PN}-logging \ | 25 | python3-logging \ |
| 26 | ${PYTHON_PN}-six \ | 26 | python3-six \ |
| 27 | ${PYTHON_PN}-wrapt \ | 27 | python3-wrapt \ |
| 28 | ${PYTHON_PN}-setuptools \ | 28 | python3-setuptools \ |
| 29 | ${PYTHON_PN}-typing-extensions \ | 29 | python3-typing-extensions \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | RDEPENDS:${PN}-tests:class-target += "\ | 32 | RDEPENDS:${PN}-tests:class-target += "\ |
| 33 | ${PYTHON_PN}-unittest \ | 33 | python3-unittest \ |
| 34 | ${PYTHON_PN}-xml \ | 34 | python3-xml \ |
| 35 | " | 35 | " |
| 36 | 36 | ||
| 37 | BBCLASSEXTEND = "native nativesdk" | 37 | BBCLASSEXTEND = "native nativesdk" |
