<div dir="ltr"><div><div><div><div>Ah, since that email,  python became:<br></div>- python-base - just the minimal to have a python interpreter running<br></div>- python-light - is a "dynamic" package; it's python (full) minus all other python-codecs, python-compiler, etc<br></div>- python - full python install, minus a few stuff I considered that could be stripped [to reduce size], like tests [per module],  some python-tk/tcl [GUI] libs<br><br></div>The idea of python-light is that, whenever you move a Python built-in module from python-light into a separate package (like python-codecs), python-light gets lighter.<br><div>The mechanism is fairly dynamic; you just need to add a new '<a href="http://python-package-xxxxxxx.mk">python-package-xxxxxxx.mk</a>' file with some basic Makefile rules, and that's it.<br><br></div><div>People can choose to install python-base if they need like really-really-really-really basic python (a = b + c and maybe some other syntax).<br></div><div>Then they can choose to install other optional packages.<br></div><div>But for most cases, maybe python-light would be sufficient.<br></div><div><br></div><div>The above is also true for python3.<br></div><div><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 26, 2015 at 4:15 PM, <a href="mailto:valent.turkovic@gmail.com">valent.turkovic@gmail.com</a> <span dir="ltr"><<a href="mailto:valent.turkovic@gmail.com" target="_blank">valent.turkovic@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 24 October 2014 at 11:10, Alexandru Ardelean <<a href="mailto:ardeleanalex@gmail.com">ardeleanalex@gmail.com</a>> wrote:<br>
> python-mini is now just python.<br>
<br>
Thanks for clarification, I'll add that info on Python OpenWrt Wiki page [1].<br>
<br>
I tried installing python package on Caos Calmer rc2 and I get a bunch<br>
of dependencies installed automatically and they use up bunch of<br>
space. I didn't notice that python-mini package installed lots of<br>
dependencies on Barrier Breaker, but I'm not 100% sure.<br>
<br>
Was python-mini package on BB python without any dependencies and<br>
python same package but with all added dependencies?<br>
<br>
[1] <a href="http://wiki.openwrt.org/doc/software/python" rel="noreferrer" target="_blank">http://wiki.openwrt.org/doc/software/python</a><br>
</blockquote></div><br></div>