python-h11: add host package

Add host package necessary for python-uvicorn/host.

Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2026-05-12 03:07:44 +03:00
committed by Alexandru Ardelean
parent 9ff014b4fa
commit 0a75ad1e22
+3 -3
View File
@@ -1,6 +1,4 @@
# This is free software, licensed under the GNU General Public License v2. # SPDX-License-Identifier: GPL-2.0-only
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
@@ -16,6 +14,7 @@ PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=MIT PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE.txt PKG_LICENSE_FILES:=LICENSE.txt
HOST_BUILD_DEPENDS:=python-setuptools/host
PKG_BUILD_DEPENDS:=python-setuptools/host PKG_BUILD_DEPENDS:=python-setuptools/host
include ../pypi.mk include ../pypi.mk
@@ -39,3 +38,4 @@ endef
$(eval $(call Py3Package,python3-h11)) $(eval $(call Py3Package,python3-h11))
$(eval $(call BuildPackage,python3-h11)) $(eval $(call BuildPackage,python3-h11))
$(eval $(call BuildPackage,python3-h11-src)) $(eval $(call BuildPackage,python3-h11-src))
$(eval $(call HostBuild))