mirrexagon / nixpkgs-esp-dev

Nix flake and overlay for ESP8266 and ESP32 development.
Creative Commons Zero v1.0 Universal
132 stars 61 forks source link

drop unused requirements from idf-component-manager, fixing #36 #37

Closed tomjnixon closed 8 months ago

tomjnixon commented 8 months ago

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

mirrexagon commented 8 months ago

Thank you for fixing that!