1DOLLY 32MODULE python34# Build the Python runtime and native extension SDK; Bonnie is a later image step.5REQUIRES HEADER curl6REQUIRES HEADER libc7REQUIRES HEADER runtime8REQUIRES HEADER zlib9REQUIRES LIB    curl10REQUIRES LIB    z11REQUIRES TOOL   ar12REQUIRES TOOL   cc13REQUIRES TOOL   c++14REQUIRES TOOL   cp15REQUIRES TOOL   make16REQUIRES TOOL   mkdir17REQUIRES TOOL   mv18REQUIRES TOOL   rm19REQUIRES TOOL   slop20REQUIRES TOOL   tar21REQUIRES TOOL   test22REQUIRES TOOL   touch2324USE HOST /modules/libffi.dm  28021caac7880de565fcd5825cf6f8351b5af9a05424bf68888fda27b2f4423d25USE HOST /modules/cpython.dm f709ebdcdbeef21a769950fe53efaaf2381bad6afa7e300893d8ad578caa898a2627EXPORTS TOOL   python28EXPORTS TOOL   python329EXPORTS ENV    PYTHONDONTWRITEBYTECODE30EXPORTS ENV    PYTHONUTF831EXPORTS FOLDER python-stdlib /usr/lib/python3.1432EXPORTS HEADER python        /usr/include/python3.1433EXPORTS HEADER ffi           /usr/include/ffi.h34EXPORTS HEADER ffitarget     /usr/include/ffitarget.h35EXPORTS LIB    ffi           /usr/lib/libffi.a36EXPORTS LIB    python        /usr/lib/libpython3.14.a37