diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-05-11 15:42:33 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2023-05-11 15:42:33 +0800 |
commit | 2c54b7637ea5035995e1e4caabd2105b395492ba (patch) | |
tree | a9ffd9267f42c9e21a101aec4617e50181dfa611 /lang/python/python-incremental | |
parent | 0aff57d00141bba8020deda52c2710c72cea9fe5 (diff) |
python-incremental: Add missing host build dependencies
Fixes: 8d81b6732757 ("python-incremental: Update to 22.10.0, redo patch, add host build")
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-incremental')
-rw-r--r-- | lang/python/python-incremental/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python/python-incremental/Makefile b/lang/python/python-incremental/Makefile index 31d88c9df..0cfbe6b29 100644 --- a/lang/python/python-incremental/Makefile +++ b/lang/python/python-incremental/Makefile @@ -18,6 +18,8 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com> +HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host + include ../pypi.mk include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk |