diff --git a/lang/python/python3-packages/Makefile b/lang/python/python3-packages/Makefile index b1b37dac04..2cde37925d 100644 --- a/lang/python/python3-packages/Makefile +++ b/lang/python/python3-packages/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-packages PKG_VERSION:=1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Yousong Zhou @@ -31,6 +31,8 @@ PKG_CONFIG_DEPENDS:= \ PKG_BUILD_DEPENDS:=python3 python3/host +PYTHON3_PKG_BUILD:=0 + include $(INCLUDE_DIR)/package.mk include ../python3-host.mk include ../python3-package.mk