mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 15:41:09 -09:00
package/python-enum34: add CPE variables
cpe:2.3:a:python:enum34 is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apython%3Aenum34
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 9496ed58bc)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ccbe5cb339
commit
28a2c76031
@@ -10,6 +10,8 @@ PYTHON_ENUM34_SITE = https://files.pythonhosted.org/packages/11/c4/2da1f4952ba47
|
||||
PYTHON_ENUM34_SETUP_TYPE = setuptools
|
||||
PYTHON_ENUM34_LICENSE = BSD-3-Clause
|
||||
PYTHON_ENUM34_LICENSE_FILES = enum/LICENSE
|
||||
PYTHON_ENUM34_CPE_ID_VENDOR = python
|
||||
PYTHON_ENUM34_CPE_ID_PRODUCT = enum34
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
|
||||
Reference in New Issue
Block a user