mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
It's probably a good idea to actually *install* setuptools, too. ;)
This commit is contained in:
parent
8f925cc050
commit
cea434c69f
1 changed files with 1 additions and 0 deletions
|
@ -691,6 +691,7 @@ LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \
|
||||||
logging bsddb bsddb/test csv \
|
logging bsddb bsddb/test csv \
|
||||||
ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
|
ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
|
||||||
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
|
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
|
||||||
|
setuptools setuptools/command setuptools/tests setuptools.egg-info \
|
||||||
curses $(MACHDEPS)
|
curses $(MACHDEPS)
|
||||||
libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
|
libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
|
||||||
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue