summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2013-11-11 12:11:55 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2013-11-11 12:11:55 (GMT)
commitd0cf0635b3f73742a91a100b1f19b8f9edf7be9a (patch)
tree6c4853bfa7ccb6eaf63fbfe3a41460ac6187bfe5 /Makefile.pre.in
parent020af2a2bc4708215360a3793b5a1790e15d05dd (diff)
downloadcpython-d0cf0635b3f73742a91a100b1f19b8f9edf7be9a.zip
cpython-d0cf0635b3f73742a91a100b1f19b8f9edf7be9a.tar.gz
cpython-d0cf0635b3f73742a91a100b1f19b8f9edf7be9a.tar.bz2
Close #19406: Initial implementation of ensurepip
Patch by Donald Stufft and Nick Coghlan
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index f88f66b..eae8d75 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1091,6 +1091,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
test/test_asyncio \
collections concurrent concurrent/futures encodings \
email email/mime test/test_email test/test_email/data \
+ ensurepip ensurepip/_bundled \
html json test/test_json http dbm xmlrpc \
sqlite3 sqlite3/test \
logging csv wsgiref urllib \