mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-20 17:10:40 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
21 lines
766 B
Makefile
21 lines
766 B
Makefile
################################################################################
|
|
#
|
|
# python-pip
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PIP_VERSION = 24.2
|
|
PYTHON_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz
|
|
PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/4d/87/fb90046e096a03aeab235e139436b3fe804cdd447ed2093b0d70eba3f7f8
|
|
PYTHON_PIP_SETUP_TYPE = setuptools
|
|
PYTHON_PIP_LICENSE = MIT
|
|
PYTHON_PIP_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_PIP_CPE_ID_VENDOR = pypa
|
|
PYTHON_PIP_CPE_ID_PRODUCT = pip
|
|
# Disputed CVE: things work as designed, and only affects the
|
|
# --extra-index-url option. This CVE will never be fixed.
|
|
PYTHON_PIP_IGNORE_CVES += CVE-2018-20225
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|