From ee6708a027d359c9759e4d5262f40ce99f229f10 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 6 Mar 2023 11:29:02 +0800 Subject: [PATCH] python-jsonschema: Add build dependencies These will be required for pyproject.toml-based builds. Signed-off-by: Jeffery To (cherry picked from commit b1a8e4769f333120b7e925f4782593f04e7c68fd) --- lang/python/python-jsonschema/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2