include the csv package during installation

This commit is contained in:
Skip Montanaro 2003-03-20 23:35:38 +00:00
parent 5fbf8362a3
commit 0ed2ae46d5

View file

@ -626,7 +626,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \
encodings email email/test email/test/data compiler hotshot \
logging bsddb bsddb/test \
logging bsddb bsddb/test csv \
distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
@for i in $(SCRIPTDIR) $(LIBDEST); \