mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
esphome: relax wheel constraint
This commit is contained in:
parent
9f14eed9b8
commit
d857a31dd1
@ -49,7 +49,8 @@ python.pkgs.buildPythonApplication rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "setuptools==" "setuptools>="
|
||||
--replace-fail "setuptools==" "setuptools>=" \
|
||||
--replace-fail "wheel~=" "wheel>="
|
||||
|
||||
# ensure component dependencies are available
|
||||
cat requirements_optional.txt >> requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user