Buildroot: MycroftOS: Remove buildroot-external python-pip package
Python-pip is now officially supported within 2018.11.x
This commit is contained in:
parent
c8bb890ff9
commit
693eed06e1
|
@ -1,6 +0,0 @@
|
||||||
config BR2_PACKAGE_PYTHON_PIP
|
|
||||||
bool "python-pip"
|
|
||||||
help
|
|
||||||
The PyPA recommended tool for installing Python packages.
|
|
||||||
|
|
||||||
https://pip.pypa.io/
|
|
|
@ -1,5 +0,0 @@
|
||||||
# md5, sha256 from https://pypi.org/pypi/pip/json
|
|
||||||
md5 52f75ceb21e96c258f289859a2996b60 pip-18.0.tar.gz
|
|
||||||
sha256 a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76 pip-18.0.tar.gz
|
|
||||||
# Locally computed sha256 checksums
|
|
||||||
sha256 391a8784e319dae5431477d4cc9bc504fc5d71fd9e89e1c80f1cd3855f5d7cfa LICENSE.txt
|
|
|
@ -1,15 +0,0 @@
|
||||||
################################################################################
|
|
||||||
#
|
|
||||||
# python-pip
|
|
||||||
#
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
PYTHON_PIP_VERSION = 18.0
|
|
||||||
PYTHON_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz
|
|
||||||
PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579
|
|
||||||
PYTHON_PIP_SETUP_TYPE = setuptools
|
|
||||||
PYTHON_PIP_LICENSE = MIT
|
|
||||||
PYTHON_PIP_LICENSE_FILES = LICENSE.txt
|
|
||||||
|
|
||||||
$(eval $(python-package))
|
|
||||||
$(eval $(host-python-package))
|
|
Loading…
Reference in New Issue