[Python-checkins] cpython (3.5): Fixes #29261: added venv/scripts/common to LIBSUBDIRS.

vinay.sajip python-checkins at python.org
Fri Jan 13 14:18:40 EST 2017


https://hg.python.org/cpython/rev/077681e35577
changeset:   106137:077681e35577
branch:      3.5
parent:      106127:d9a64d00a439
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Fri Jan 13 19:08:47 2017 +0000
summary:
  Fixes #29261: added venv/scripts/common to LIBSUBDIRS.

files:
  Makefile.pre.in |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1226,7 +1226,7 @@
 		turtledemo \
 		multiprocessing multiprocessing/dummy \
 		unittest unittest/test unittest/test/testmock \
-		venv venv/scripts venv/scripts/posix \
+		venv venv/scripts venv/scripts/common venv/scripts/posix \
 		curses pydoc_data $(MACHDEPS)
 libinstall:	build_all $(srcdir)/Lib/$(PLATDIR) $(srcdir)/Modules/xxmodule.c
 	@for i in $(SCRIPTDIR) $(LIBDEST); \

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list