diff options
-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 |