projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cfabbf
)
python-setuptools: fix PKG_CPE_ID
author
Wei-Ting Yang
<
[email protected]
>
Thu, 27 Nov 2025 11:56:52 +0000
(19:56 +0800)
committer
Hannu 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
patch
|
blob
|
history
diff --git
a/lang/python/python-setuptools/Makefile
b/lang/python/python-setuptools/Makefile
index 2d1e39873f20dba8775723e394afe553cd5e3c19..48636afaff5d2f22495c1a71364a6c0f96d848d8 100644
(file)
--- 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 <
[email protected]
>
-CPE_ID:=cpe:/a:python:setuptools
+
PKG_
CPE_ID:=cpe:/a:python:setuptools
HOST_BUILD_DEPENDS:= \
python3/host \