Index: python.jam =================================================================== RCS file: /cvsroot/boost/boost/tools/build/v2/tools/python.jam,v retrieving revision 1.22 diff -u -r1.22 python.jam --- python.jam 13 Jul 2006 07:39:58 -0000 1.22 +++ python.jam 19 Jul 2006 12:07:06 -0000 @@ -395,7 +395,8 @@ rule python-extension ( name : sources * : requirements * : default-build * : usage-requirements * ) { - requirements += /python//python_for_extensions ; + requirements += /python//python_for_extensions + darwin:-bundle ; # TODO: handle the following V1 code #if $(OS) = MACOSX && $(toolset) = darwin