mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
package/python-gunicorn: add CPE variables
cpe:2.3:a:gunicorn:gunicorn is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/detail/DAF075D2-70F3-4D2A-B7C9-75A7A1C38C83
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 8c0bfcede9)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
28454fa557
commit
343aa7d5a0
@@ -10,5 +10,7 @@ PYTHON_GUNICORN_SITE = https://files.pythonhosted.org/packages/28/5b/0d1f0296485
|
||||
PYTHON_GUNICORN_SETUP_TYPE = setuptools
|
||||
PYTHON_GUNICORN_LICENSE = MIT
|
||||
PYTHON_GUNICORN_LICENSE_FILES = LICENSE
|
||||
PYTHON_GUNICORN_CPE_ID_VENDOR = gunicorn
|
||||
PYTHON_GUNICORN_CPE_ID_PRODUCT = gunicorn
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user