mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 09:01:22 +00:00
python-python3-setuptools: add LICENSE information
CVE id was left commented out as it is not handled by uscan. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This commit is contained in:
@@ -9,6 +9,9 @@ define Package/python3-setuptools
|
||||
$(call Package/python3/Default)
|
||||
TITLE:=Python $(PYTHON3_VERSION) setuptools module
|
||||
VERSION:=$(PYTHON3_SETUPTOOLS_VERSION)-$(PYTHON3_SETUPTOOLS_PKG_RELEASE)
|
||||
LICENSE:=MIT
|
||||
LICENSE_FILES:=LICENSE
|
||||
# CPE_ID:=cpe:/a:python:setuptools # not currently handled this way by uscan
|
||||
DEPENDS:=+python3
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user