diff --git a/lang/python/python3-package.mk b/lang/python/python3-package.mk index 96fafe4450..20c8ca58ae 100644 --- a/lang/python/python3-package.mk +++ b/lang/python/python3-package.mk @@ -201,7 +201,7 @@ PYTHON3_PKG_HOST_PIP_INSTALL_ARGS = \ ) define Py3Build/FindStdlibDepends - $(SHELL) $(python3_mk_path)python3-find-stdlib-depends.sh -n "$(PKG_NAME)" "$(PKG_BUILD_DIR)" + $(SHELL) $(python3_mk_path)python3-find-stdlib-depends.sh -n "$(PKG_NAME)" "$(PKG_BUILD_DIR)"; endef ifneq ($(strip $(PYPI_NAME)),)