Files
genode-world/recipes/pkg/python3/runtime
Johannes Schlatow a67a5de5ef python3 package for sculpt
Provides recipes for deploying python3 on sculpt.
Also adds the feature of triggering the execution of python scripts
on ROM updates (see python3.run).
2018-07-03 15:23:09 +02:00

18 lines
429 B
Plaintext

<runtime ram="32M" caps="200" binary="python3" config="python3.config">
<requires> <file_system/> <rtc /> </requires>
<content>
<rom label="python3"/>
<rom label="python3.lib.so"/>
<rom label="python3.config"/>
<rom label="ld.lib.so"/>
<rom label="vfs.lib.so"/>
<rom label="vfs_jitterentropy.lib.so"/>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="python3.tar"/>
</content>
</runtime>