mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-04 20:13:21 +00:00
python3Packages.python-miio: relax PyYAML constraint
This commit is contained in:
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user