Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: dsandber on November 06, 2013, 07:32:12 PM

Title: Python dependencies -- why Xorg-7.6-lib, fontconfig, ...
Post by: dsandber on November 06, 2013, 07:32:12 PM
I'm trying to get TinyCore to boot as fast as possible on a Raspberry Pi.  To that end I've changed onboot.lst to only contain python.  I was surprised to see that python depends on a whole lot of other packages, however, such as sqlite3, tk, tcl, Xorg-7.6-lib, fontconfig, ...

Why does python depend on all these graphics related libraries?  Is there any way to work around these dependencies?  I'm running the Pi headless so I don't need anything related to graphics.

Thanks!

-Dan
Title: Re: Python dependencies -- why Xorg-7.6-lib, fontconfig, ...
Post by: Rich on November 06, 2013, 09:02:24 PM
Hi dsandber
From the python info file for the x86 version in TC4.x:
Quote
2009/08/26 Built with openssl, sqlite, and tk support
Title: Re: Python dependencies -- why Xorg-7.6-lib, fontconfig, ...
Post by: bmarkus on November 07, 2013, 01:29:48 AM
I'm trying to get TinyCore to boot as fast as possible on a Raspberry Pi.  To that end I've changed onboot.lst to only contain python.  I was surprised to see that python depends on a whole lot of other packages, however, such as sqlite3, tk, tcl, Xorg-7.6-lib, fontconfig, ...

Why does python depend on all these graphics related libraries?  Is there any way to work around these dependencies?  I'm running the Pi headless so I don't need anything related to graphics.

Thanks!

-Dan

Please try piCore 5.0alpha tcl/tx, Xorg, ... are not in the dep list. Sqlite3 is, as it is small and generally used.