From 0a75ad1e22ffba5618b075f904c40cd2f369368d Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Tue, 12 May 2026 03:07:44 +0300 Subject: [PATCH] python-h11: add host package Add host package necessary for python-uvicorn/host. Signed-off-by: George Sapkin --- lang/python/python-h11/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-h11/Makefile b/lang/python/python-h11/Makefile index 58ee12e538..f2438c31b1 100644 --- a/lang/python/python-h11/Makefile +++ b/lang/python/python-h11/Makefile @@ -1,6 +1,4 @@ -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# +# SPDX-License-Identifier: GPL-2.0-only include $(TOPDIR)/rules.mk @@ -16,6 +14,7 @@ PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt +HOST_BUILD_DEPENDS:=python-setuptools/host PKG_BUILD_DEPENDS:=python-setuptools/host include ../pypi.mk @@ -39,3 +38,4 @@ endef $(eval $(call Py3Package,python3-h11)) $(eval $(call BuildPackage,python3-h11)) $(eval $(call BuildPackage,python3-h11-src)) +$(eval $(call HostBuild))