From: Fabrice Fontaine Date: Wed, 18 Mar 2026 18:20:06 +0000 (+0100) Subject: python/python-wheel: assign PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6f5a3f76b78b3bb3d6fbebfc14458f6c57b37440;p=openwrt-packages.git python/python-wheel: assign PKG_CPE_ID cpe:/a:wheel_project:wheel is the correct CPE ID for python-wheel: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:wheel_project:wheel Signed-off-by: Fabrice Fontaine --- diff --git a/lang/python/python-wheel/Makefile b/lang/python/python-wheel/Makefile index e9e74ae59..b432a12a6 100644 --- a/lang/python/python-wheel/Makefile +++ b/lang/python/python-wheel/Makefile @@ -17,6 +17,7 @@ PKG_HASH:=661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt PKG_MAINTAINER:=Alexandru Ardelean +PKG_CPE_ID:=cpe:/a:wheel_project:wheel PKG_HOST_ONLY:=1 HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-flit-core/host