python3Packages.python-miio: relax PyYAML constraint
This commit is contained in:
committed by
Jonathan Ringer
parent
db01e386f4
commit
6dc89e7f42
@@ -38,7 +38,8 @@ buildPythonPackage rec {
|
||||
--replace 'click = "^7"' 'click = "*"' \
|
||||
--replace 'croniter = "^0"' 'croniter = "*"' \
|
||||
--replace 'cryptography = "^3"' 'cryptography = "*"' \
|
||||
--replace 'defusedxml = "^0.6"' 'defusedxml = "*"'
|
||||
--replace 'defusedxml = "^0.6"' 'defusedxml = "*"' \
|
||||
--replace 'PyYAML = "^5"' 'PyYAML = "*"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user