python3Packages.python-miio: allow later zeroconf releases
This commit is contained in:
parent
0222121978
commit
e29f991f1f
@ -36,7 +36,8 @@ buildPythonPackage rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace 'croniter = "^0"' 'croniter = "*"' \
|
--replace 'croniter = "^0"' 'croniter = "*"' \
|
||||||
--replace 'defusedxml = "^0.6"' 'defusedxml = "*"'
|
--replace 'defusedxml = "^0.6"' 'defusedxml = "*"' \
|
||||||
|
--replace 'zeroconf = "^0.28"' 'zeroconf = "*"'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user