Yocto Morty: too spread python package dependencies -


does know has been changed in python recipes dependencies in yocto morty?

i'm trying build small linux image (< 100 mb, smaller better) containing python-core, python-django , other modules. have listed packages in image_install_append in image recipe , in yocto krogoth got wanted. used same image recipe in yocto morty , image more bigger!

image built morty contains not wanted packages python-distutils, python-2to3... think new, spread dependencies introduced causing python-modules package brought image.

i have set no_recommendations = "1" in conf/local.conf not help.

when set example package_exclude = " python-2to3" error:

computing transaction...error: can't install python-modules-2.7.12r1@armv7a_neon: unable install provider python-2to3: error:     python-2to3-2.7.12-r1@armv7a_neon excluded 

i'm thinking manual removal of files using rootfs_postprocess_command, i'd avoid brutal , hard mantain option.

any ideas how required single python packages in morty?

thank in advance.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -