diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-incremental_22.10.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-incremental_22.10.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-incremental_22.10.0.bb b/meta-python/recipes-devtools/python/python3-incremental_22.10.0.bb index 016bafc134..3d93cc05e9 100644 --- a/meta-python/recipes-devtools/python/python3-incremental_22.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-incremental_22.10.0.bb | |||
@@ -8,12 +8,12 @@ SRC_URI[sha256sum] = "912feeb5e0f7e0188e6f42241d2f450002e11bbc0937c65865045854c2 | |||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-twisted \ | 11 | python3-twisted \ |
12 | ${PYTHON_PN}-click \ | 12 | python3-click \ |
13 | " | 13 | " |
14 | 14 | ||
15 | # -native is needed to build python[3]-twisted, however, we need to take steps to | 15 | # -native is needed to build python[3]-twisted, however, we need to take steps to |
16 | # prevent a circular dependency. The build apparently does not use the part of | 16 | # prevent a circular dependency. The build apparently does not use the part of |
17 | # python-incremental which uses python-twisted, so this hack is OK. | 17 | # python-incremental which uses python-twisted, so this hack is OK. |
18 | RDEPENDS:${PYTHON_PN}-incremental-native:remove = "${PYTHON_PN}-twisted-native" | 18 | RDEPENDS:python3-incremental-native:remove = "python3-twisted-native" |
19 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native" |