Skip to content

Commit

Permalink
Merge pull request #37 from tomjnixon/fix_36
Browse files Browse the repository at this point in the history
drop unused requirements from idf-component-manager, fixing #36
  • Loading branch information
mirrexagon authored Feb 7, 2024
2 parents b7c536b + 16164b1 commit 525510d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkgs/esp-idf/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,23 @@ rec {
cffi
click
colorama
contextlib2
packaging
pyyaml
requests
urllib3
requests-file
requests-toolbelt
schema
six
tqdm
] ++ cachecontrol.optional-dependencies.filecache;

# setup.py says it needs these deps, but it actually doesn't. contextlib2
# isn't supported on some pythons and urllib3 is pinned to an old version
postPatch = ''
sed -i '/contextlib2/d' setup.py
sed -i '/urllib3/d' setup.py
'';

meta = {
homepage = "https://github.com/espressif/idf-component-manager";
};
Expand Down

0 comments on commit 525510d

Please sign in to comment.