Skip to content

Commit 6629fc9

Browse files
Yang-Wei-Tinghnyman
authored andcommitted
python-setuptools: fix PKG_CPE_ID
Should be PKG_CPE_ID, not CPE_ID. Signed-off-by: Wei-Ting Yang <[email protected]>
1 parent 5cfabbf commit 6629fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/python/python-setuptools/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-setuptools
1111
PKG_VERSION:=80.9.0
12-
PKG_RELEASE:=1
12+
PKG_RELEASE:=2
1313

1414
PYPI_NAME:=setuptools
1515
PKG_HASH:=f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c
1616

1717
PKG_LICENSE:=MIT
1818
PKG_LICENSE_FILES:=LICENSE
1919
PKG_MAINTAINER:=Jeffery To <[email protected]>
20-
CPE_ID:=cpe:/a:python:setuptools
20+
PKG_CPE_ID:=cpe:/a:python:setuptools
2121

2222
HOST_BUILD_DEPENDS:= \
2323
python3/host \

0 commit comments

Comments
 (0)