victronenergy / venus

Victron Energy Unix/Linux OS
https://github.com/victronenergy/venus/wiki
591 stars 75 forks source link

Makefile: Add python3-setuptools to list of prereq #1363

Open rvdgracht opened 1 month ago

rvdgracht commented 1 month ago

The sanity checker in openembedded-core/meta/classes/sanity.bbclass imports LooseVersion from distutils.version which will fail if python3-setuptools is not installed.