[Python-Dev] 'make install' should create lib/site-packages IMO

Peter Funk pf@artcom-gmbh.de
Fri, 31 Mar 2000 20:56:40 +0200 (MEST)


Hi!

Guido van Rossum:
[...]
> Modified Files:
> 	Makefile.in 
> Log Message:
> Added distutils and distutils/command to LIBSUBDIRS.  Noted by Andrew
> Kuchling.
[...]
> ! LIBSUBDIRS=	lib-old lib-tk test test/output encodings \
> ! 		distutils distutils/command $(MACHDEPS)
[...]

What about 'site-packages'?  SuSE added this to their Python packaging
and I think it is a good idea to have an empty 'site-packages' directory
installed by default.

Regards, Peter