Skip to content

Commit

Permalink
esphome: add python-setuptools depedency
Browse files Browse the repository at this point in the history
When compiling a configuration which uses esp-idf, the `pkg_resources`
module is missing. Adding the `python-setuptools` dependency will fix
this issue
  • Loading branch information
bobsoppe committed Sep 20, 2024
1 parent 71c1f3e commit 70157e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/e/esphome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Esphome < Formula
depends_on "cryptography"
depends_on "libmagic"
depends_on "libyaml"
depends_on "python-setuptools"
depends_on "[email protected]"

uses_from_macos "libffi"
Expand Down

0 comments on commit 70157e5

Please sign in to comment.