From 6f699463daf024fb5471f7b50b9082e7aeaf83a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Tue, 24 Feb 2015 18:33:29 +0100 Subject: [PATCH] python: removed ensurepip module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This module is not necessary in OpenWrt because the functionality it provides (i.e. installation of setuptools and PIP) is ensured by python-pip and python-setuptools packages. See: https://docs.python.org/2.7/library/ensurepip.html Signed-off-by: Jan Čermák --- lang/python/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/python/Makefile b/lang/python/Makefile index d33ede8920..bb42522926 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -153,6 +153,7 @@ define PyPackage/python/filespec -|/usr/lib/python$(PYTHON_VERSION)/config -|/usr/lib/python$(PYTHON_VERSION)/distutils/cygwinccompiler.py -|/usr/lib/python$(PYTHON_VERSION)/distutils/command/wininst* +-|/usr/lib/python$(PYTHON_VERSION)/ensurepip -|/usr/lib/python$(PYTHON_VERSION)/idlelib -|/usr/lib/python$(PYTHON_VERSION)/lib2to3 -|/usr/lib/python$(PYTHON_VERSION)/lib-tk