mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-29 10:41:09 -09:00
package/python-docker: add CPE variables
cpe:2.3:a:docker:docker-py is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Adocker%3Adocker-py
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 66b7d2ce1c)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
6e7dd3f7d3
commit
e19652dd89
@@ -10,5 +10,7 @@ PYTHON_DOCKER_SITE = https://files.pythonhosted.org/packages/de/54/a822d7116ff2f
|
||||
PYTHON_DOCKER_SETUP_TYPE = setuptools
|
||||
PYTHON_DOCKER_LICENSE = Apache-2.0
|
||||
PYTHON_DOCKER_LICENSE_FILES = LICENSE
|
||||
PYTHON_DOCKER_CPE_ID_VENDOR = docker
|
||||
PYTHON_DOCKER_CPE_ID_PRODUCT = docker-py
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user