From: Jeffery To Date: Mon, 6 Mar 2023 03:29:02 +0000 (+0800) Subject: python-jsonschema: Add build dependencies X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b1a8e4769f333120b7e925f4782593f04e7c68fd;p=feed%2Fpackages.git python-jsonschema: Add build dependencies These will be required for pyproject.toml-based builds. Signed-off-by: Jeffery To --- diff --git a/lang/python/python-jsonschema/Makefile b/lang/python/python-jsonschema/Makefile index 67121c7a5d..e6c2f4c986 100644 --- a/lang/python/python-jsonschema/Makefile +++ b/lang/python/python-jsonschema/Makefile @@ -11,7 +11,7 @@ PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING -PKG_BUILD_DEPENDS:=python-setuptools-scm/host +PKG_BUILD_DEPENDS:=python-hatchling/host python-hatch-vcs/host python-hatch-fancy-pypi-readme/host python-setuptools-scm/host include ../pypi.mk include $(INCLUDE_DIR)/package.mk