Merge pull request #123450 from mweinelt/platformio
platformio: relax zeroconf dependency pin
This commit is contained in:
commit
3f17088086
1 changed files with 3 additions and 0 deletions
|
@ -135,6 +135,9 @@ in buildPythonApplication rec {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substitute platformio/package/manifest/schema.py platformio/package/manifest/schema.py \
|
substitute platformio/package/manifest/schema.py platformio/package/manifest/schema.py \
|
||||||
--subst-var-by SPDX_LICENSE_LIST_DATA '${spdx-license-list-data}'
|
--subst-var-by SPDX_LICENSE_LIST_DATA '${spdx-license-list-data}'
|
||||||
|
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace "zeroconf==0.28.*" "zeroconf"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue