python3Packages.aionotion: relax various dependencies

Changed files
+11
pkgs
development
python-modules
aionotion
+11
pkgs/development/python-modules/aionotion/default.nix
···
hash = "sha256-MqH3CPp+dAX5DXtnHio95KGQ+Ok2TXrX6rn/AMx5OsY=";
};
+
postPatch = ''
+
substituteInPlace pyproject.toml \
+
--replace-fail "poetry-core==" "poetry-core>="
+
'';
+
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [
···
mashumaro
pyjwt
yarl
+
];
+
+
pythonRelaxDeps = [
+
"ciso8601"
+
"frozenlist"
+
"mashumaro"
];
__darwinAllowLocalNetworking = true;