|
@ -174,7 +174,7 @@ define Build/Compile/python3-setuptools |
|
|
$(STAGING_DIR_HOSTPKG)/bin/pip3 install \
|
|
|
$(STAGING_DIR_HOSTPKG)/bin/pip3 install \
|
|
|
--ignore-installed \
|
|
|
--ignore-installed \
|
|
|
--root=$(PKG_BUILD_DIR)/install-setuptools --prefix=. \
|
|
|
--root=$(PKG_BUILD_DIR)/install-setuptools --prefix=. \
|
|
|
$(PKG_BUILD_DIR)/Lib/ensurepip/_bundled/setuptools-*.whl |
|
|
|
|
|
|
|
|
$(PKG_BUILD_DIR)/Lib/ensurepip/_bundled/setuptools-$(PYTHON3_SETUPTOOLS_VERSION)-py2.py3-none-any.whl |
|
|
endef |
|
|
endef |
|
|
endif # CONFIG_PACKAGE_python3-setuptools
|
|
|
endif # CONFIG_PACKAGE_python3-setuptools
|
|
|
|
|
|
|
|
@ -183,7 +183,7 @@ define Build/Compile/python3-pip |
|
|
$(STAGING_DIR_HOSTPKG)/bin/pip3 install \
|
|
|
$(STAGING_DIR_HOSTPKG)/bin/pip3 install \
|
|
|
--ignore-installed \
|
|
|
--ignore-installed \
|
|
|
--root=$(PKG_BUILD_DIR)/install-pip --prefix=. \
|
|
|
--root=$(PKG_BUILD_DIR)/install-pip --prefix=. \
|
|
|
$(PKG_BUILD_DIR)/Lib/ensurepip/_bundled/pip-*.whl |
|
|
|
|
|
|
|
|
$(PKG_BUILD_DIR)/Lib/ensurepip/_bundled/pip-$(PYTHON3_PIP_VERSION)-py2.py3-none-any.whl |
|
|
endef |
|
|
endef |
|
|
endif # CONFIG_PACKAGE_python3-pip
|
|
|
endif # CONFIG_PACKAGE_python3-pip
|
|
|
|
|
|
|
|
|