python-jsonschema: Add build dependencies

These will be required for pyproject.toml-based builds.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-03-06 11:29:02 +08:00
parent 8d81b67327
commit b1a8e4769f
No known key found for this signature in database
GPG Key ID: C616D9E719E868E4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
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