python-asgiref: add use python-setuptools/host for pkg build

Newer versions of Python no longer ship setuptools.
We need to use the one from the packages feed instead.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2025-11-07 12:24:54 +02:00
committed by Hannu Nyman
parent 97a92f2e7a
commit 545e926fd1

View File

@@ -2,11 +2,13 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=python-asgiref PKG_NAME:=python-asgiref
PKG_VERSION:=3.7.2 PKG_VERSION:=3.7.2
PKG_RELEASE:=1 PKG_RELEASE:=2
PYPI_NAME:=asgiref PYPI_NAME:=asgiref
PKG_HASH:=9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed PKG_HASH:=9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed
PKG_BUILD_DEPENDS:=python-setuptools/host
PKG_MAINTAINER:=Peter Stadler <peter.stadler@student.uibk.ac.at> PKG_MAINTAINER:=Peter Stadler <peter.stadler@student.uibk.ac.at>
PKG_LICENSE:=BSD-3-Clause PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE PKG_LICENSE_FILES:=LICENSE