[oe] meta-python/python-twisted

William Delacre williamdelacre at gmail.com
Tue Jul 31 11:30:20 UTC 2018


Hi everyone,

I’m trying to install both python-twisted (required by python-txws) and
python3-twisted (for gnuradio) on my target machine.  The problem is that
as the 2 recipes use the same source code, there is a conflict during the
do_rootfs task of the image because the 2 recipes install binary files in
/usr/bin

I first tried to add this to the python-twisted recipe :

do_install_append(){
      rm -f ${D}${bindir}/pyhtmlizer ${D}${bindir}/tkonch
      .......... }

Which drives me to the following error :

- nothing provides python-twisted-bin needed by
python-twisted-17.9.0-r0.cortexa9hf-neon

I was wondering if i could make a symlink in this case but absolutely not
sure about how to do it...

Any help would be appreciated ! :-)

William



More information about the Openembedded-devel mailing list