Is there a clever  way to concisely include the build dependencies for a
given package in live-build?

My particular scenario is that I want my live cd with live installer to
include the build dependencies for the python3  versions of scipy and
matplotlib which do not yet exist in the official repositories. An a normal
debian install I install the python2 dependencies with 'apt-get build-dep
python-scipy and python-matplotlib'  and 'apt-get install python3-dev'.
 This provides  95%+ of the dependencies to build the python3 versions.

Is there a build-deps.chroot.list config file or similar that provides the
input for "apt-get build-deps" script or is a verbose list
of dependencies my best option at this time?

Would installing the the source package rather than
the architecture dependent binary achieve the same thing?


V/R

Scott

Reply via email to