python: removed ensurepip module 954/head
authorJan Čermák <jan.cermak@nic.cz>
Tue, 24 Feb 2015 17:33:29 +0000 (18:33 +0100)
committerJan Čermák <jan.cermak@nic.cz>
Tue, 24 Feb 2015 17:33:29 +0000 (18:33 +0100)
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 <jan.cermak@nic.cz>
lang/python/Makefile

index d33ede8920798aced25c5bacf263ab19590ee1e3..bb42522926b6b808b43f0c008a7375bca01f6a12 100644 (file)
@@ -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