On Fri, Nov 29, 2019 at 10:55:23PM +0000, Ross Burton wrote: > On 29/11/2019 22:54, Ross Burton wrote: > > Not sure what is going on but with this when btrfs-tools is rebuild: > > > > packages/corei7-64-poky-linux/btrfs-tools/btrfs-tools: FILELIST: > > directory renamed > > /usr/lib/python3.7/site-packages/btrfsutil-1.1.1-py3.7.egg-info -> > > /usr/lib/python3.8/site-packages/btrfsutil-1.1.1-py3.8.egg-info, removed > > "/usr/lib/python3.7/site-packages/btrfsutil.cpython-37m-x86_64-linux-gnu.so", > > added > > "/usr/lib/python3.8/site-packages/btrfsutil.cpython-38-x86_64-linux-gnu.so" > > > > Basically, all the 3.7 references are now 3.8. That's fine. > > > > packages/corei7-64-poky-linux/btrfs-tools/btrfs-tools: RDEPENDS: removed > > "libpython3 (['>= 3.7.5'])" > > > > Python 3.7 is removed but no Python 3.8 added. Weird! > > Same happened to gpgme: > > packages/corei7-64-poky-linux/gpgme/python3-gpg: RDEPENDS: removed > "libpython3 (['>= 3.7.5'])"
That's expected, C extensions are no longer linked with libpython by default. > Ross cu Adrian -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
