Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: robc on November 18, 2009, 04:46:25 PM

Title: python-dev dep
Post by: robc on November 18, 2009, 04:46:25 PM
python-dev.tcz.dep file has python.tczl but not the extensions that python.tczl depends on.
Title: Re: python-dev dep
Post by: Jason W on November 18, 2009, 08:04:31 PM
Thanks I will fix it.
Title: Re: python-dev dep
Post by: robc on November 18, 2009, 08:04:42 PM
actually, is this a problem with the python dep? are sqlite3, tcl_tk, and openssl-0.9.8h required deps for python? I thought these were going to be separated from the base, if not that is fine, I just need to include more deps in a few of my extensions.
Title: Re: python-dev dep
Post by: Jason W on November 18, 2009, 08:08:20 PM
Python was built against those for support of them, but they are not linked to the python lib or executable.  They can probably be removed from the dep file as the modules may not require them to be installed.
Title: Re: python-dev dep
Post by: Jason W on November 18, 2009, 08:19:09 PM
I will look into it more before I change anything.