python3Packages.python-miio: allow later zeroconf releases

This commit is contained in:
Fabian Affolter 2021-03-26 22:09:13 +01:00
parent 0222121978
commit e29f991f1f

View File

@ -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 = [