From: Wei-Ting Yang Date: Thu, 27 Nov 2025 11:56:52 +0000 (+0800) Subject: python-setuptools: fix PKG_CPE_ID X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6629fc95e0f71db2b22e0a0fcf676818af31a25f;p=feed%2Fpackages.git python-setuptools: fix PKG_CPE_ID Should be PKG_CPE_ID, not CPE_ID. Signed-off-by: Wei-Ting Yang --- diff --git a/lang/python/python-setuptools/Makefile b/lang/python/python-setuptools/Makefile index 2d1e39873f..48636afaff 100644 --- a/lang/python/python-setuptools/Makefile +++ b/lang/python/python-setuptools/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-setuptools PKG_VERSION:=80.9.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PYPI_NAME:=setuptools PKG_HASH:=f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c @@ -17,7 +17,7 @@ PKG_HASH:=f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Jeffery To -CPE_ID:=cpe:/a:python:setuptools +PKG_CPE_ID:=cpe:/a:python:setuptools HOST_BUILD_DEPENDS:= \ python3/host \