We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfabbf commit 6629fc9Copy full SHA for 6629fc9
lang/python/python-setuptools/Makefile
@@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk
9
10
PKG_NAME:=python-setuptools
11
PKG_VERSION:=80.9.0
12
-PKG_RELEASE:=1
+PKG_RELEASE:=2
13
14
PYPI_NAME:=setuptools
15
PKG_HASH:=f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c
16
17
PKG_LICENSE:=MIT
18
PKG_LICENSE_FILES:=LICENSE
19
PKG_MAINTAINER:=Jeffery To <[email protected]>
20
-CPE_ID:=cpe:/a:python:setuptools
+PKG_CPE_ID:=cpe:/a:python:setuptools
21
22
HOST_BUILD_DEPENDS:= \
23
python3/host \
0 commit comments