diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_59.5.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_59.5.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb b/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb index 9d2c2fd744..7cd67b85f9 100644 --- a/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb | |||
| @@ -22,9 +22,7 @@ DEPENDS:remove:class-native = "python3-pip-native python3-setuptools-native" | |||
| 22 | DEPENDS:append:class-native = " unzip-native" | 22 | DEPENDS:append:class-native = " unzip-native" |
| 23 | 23 | ||
| 24 | do_install:class-native() { | 24 | do_install:class-native() { |
| 25 | # Bootstrap to prevent dependency loop in python3-pip-native | 25 | pip_install_wheel_do_bootstrap_install |
| 26 | install -d ${D}${PYTHON_SITEPACKAGES_DIR} | ||
| 27 | unzip -d ${D}${PYTHON_SITEPACKAGES_DIR} ${PIP_INSTALL_DIST_PATH}/*.whl | ||
| 28 | } | 26 | } |
| 29 | 27 | ||
| 30 | RDEPENDS:${PN} = "\ | 28 | RDEPENDS:${PN} = "\ |
