Index: python.jam =================================================================== RCS file: /cvsroot/boost/boost/tools/build/v2/tools/python.jam,v retrieving revision 1.34 diff -u -r1.34 python.jam --- python.jam 31 Aug 2006 08:08:15 -0000 1.34 +++ python.jam 21 Sep 2006 07:22:56 -0000 @@ -453,7 +453,9 @@ rule python-extension ( name : sources * : requirements * : default-build * : usage-requirements * ) { - requirements += /python//python_for_extensions ; + requirements += /python//python_for_extensions + /boost/python//boost_python + ; # TODO: handle the following V1 code #if $(OS) = MACOSX && $(toolset) = darwin