Browse Source

Merge pull request #954 from sairon/python-ensurepip-removal

python: removed ensurepip module
lilik-openwrt-22.03
Steven Barth 9 years ago
parent
commit
022b27604b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lang/python/Makefile

+ 1
- 0
lang/python/Makefile View 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


Loading…
Cancel
Save