for some reason these are listed in the idf-component-manager setup.py, but have never been used directly in a released version
contextlib2 isn't yet supported in python 3.11, so causes a build error when built with a version of nixpkgs which uses that by default, and urllib3 is pined to a version older than is in nixpkgs
fixes #36
for some reason these are listed in the idf-component-manager setup.py, but have never been used directly in a released version
contextlib2 isn't yet supported in python 3.11, so causes a build error when built with a version of nixpkgs which uses that by default, and urllib3 is pined to a version older than is in nixpkgs