python-h11: add host package
authorGeorge Sapkin <redacted>
Tue, 12 May 2026 00:07:44 +0000 (03:07 +0300)
committerAlexandru Ardelean <redacted>
Tue, 12 May 2026 08:08:25 +0000 (11:08 +0300)
Add host package necessary for python-uvicorn/host.

Signed-off-by: George Sapkin <redacted>
lang/python/python-h11/Makefile

index 58ee12e5384059ef688ae75b143ac761c1e1c311..f2438c31b18cfa0f8f7c5bd403c48274275927cb 100644 (file)
@@ -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 <ardeleanalex@gmail.com>
 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))
git clone https://git.99rst.org/PROJECT