On Tue, Jan 31, 2017 at 4:23 PM, Fabio Berton <[email protected]> wrote: > Hi Daiane, > > Oh my mistake, the correct is python3-pip, I'll send a v2. > > If you install python3-pip and run pip3 install reportlab > sphinxcontrib-blockdiag the soc-tree.diag is build correctly?
In fact, for some reason, even before I upgrade the packages on my host machine I could see the soc-tree properly displayed (I was not able to notice any change). I'm not against the upgrade (which I understand is natural). But I was not able to note the difference. I'm going to merge your patches at the end of my day. Thanks, Daiane > > Thanks! > > On Tue, Jan 31, 2017 at 4:12 PM, Daiane Angolini <[email protected]> > wrote: >> >> Hi Fabio, >> >> >> On Fri, Jan 27, 2017 at 5:03 PM, Fabio Berton >> <[email protected]> wrote: >> > Morty release uses python3 to generate Sphinx documentation, also >> > we need to install fonts-liberation package to generate blockdiag. >> > >> > Signed-off-by: Fabio Berton <[email protected]> >> > --- >> > README | 7 ++++--- >> > 1 file changed, 4 insertions(+), 3 deletions(-) >> > >> > diff --git a/README b/README >> > index d1048a8..8185ad5 100644 >> > --- a/README >> > +++ b/README >> > @@ -4,9 +4,10 @@ Freescale Community BSP Documentation >> > The documentation is written using the Sphinx documentation system. To >> > install it in Debian/Ubuntu, please do: >> > >> > - #: apt-get install libfreetype6-dev libjpeg8-dev python-dev >> > python-pip \ >> > - python-sphinx texlive-fonts-recommended texlive-latex-extra >> > zlib1g-dev >> > - #: pip install reportlab sphinxcontrib-blockdiag >> > + #: apt-get install libfreetype6-dev libjpeg8-dev python3-dev >> > python-pip3 \ >> >> python-pip3 did not worked for me. >> >> Would it be pytthon3-pip of we should start diverging the Debian from >> the Ubuntu procedure? >> >> >> Daiane >> >> > + python3-sphinx texlive-fonts-recommended texlive-latex-extra >> > zlib1g-dev \ >> > + fonts-liberation >> > + #: pip3 install reportlab sphinxcontrib-blockdiag >> > >> > Once this has been completed, you can run 'make' in each of the >> > Documentation >> > folders to review the available targets for building. >> > -- >> > 2.11.0 >> > >> > -- >> > _______________________________________________ >> > meta-freescale mailing list >> > [email protected] >> > https://lists.yoctoproject.org/listinfo/meta-freescale > > -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
