lang/python/python-urllib3: fix PKG_CPE_ID
authorFabrice Fontaine <redacted>
Fri, 2 Feb 2024 17:09:46 +0000 (18:09 +0100)
committerRosen Penev <redacted>
Sun, 4 Feb 2024 23:56:22 +0000 (15:56 -0800)
There is not a single CVE linked to urllib3_project:urllib3 so use
python:urllib3 instead:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:python:urllib3

Fixes: 6dcaa769d8ce8921dc3bfaf78ab9a8c1cef4a9b9 (python-urllib3: update to version 1.25)
Signed-off-by: Fabrice Fontaine <redacted>
lang/python/python-urllib3/Makefile

index a31cc8ffb6eb6c75f4887f72991454358227cdd1..323e7cda293e3d9d3d8d6f96f75361029513b52e 100644 (file)
@@ -14,7 +14,7 @@ PKG_RELEASE:=1
 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE.txt
-PKG_CPE_ID:=cpe:/a:urllib3_project:urllib3
+PKG_CPE_ID:=cpe:/a:python:urllib3
 
 PYPI_NAME:=urllib3
 PKG_HASH:=8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11
git clone https://git.99rst.org/PROJECT