python-setuptools: fix PKG_CPE_ID
authorWei-Ting Yang <[email protected]>
Thu, 27 Nov 2025 11:56:52 +0000 (19:56 +0800)
committerHannu Nyman <[email protected]>
Sat, 29 Nov 2025 16:13:53 +0000 (17:13 +0100)
Should be PKG_CPE_ID, not CPE_ID.

Signed-off-by: Wei-Ting Yang <[email protected]>
lang/python/python-setuptools/Makefile

index 2d1e39873f20dba8775723e394afe553cd5e3c19..48636afaff5d2f22495c1a71364a6c0f96d848d8 100644 (file)
@@ -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 <[email protected]>
-CPE_ID:=cpe:/a:python:setuptools
+PKG_CPE_ID:=cpe:/a:python:setuptools
 
 HOST_BUILD_DEPENDS:= \
         python3/host \