python3Packages.matrix-nio: relax aiofiles constraint

This commit is contained in:
Martin Weinelt 2021-06-20 19:53:18 +02:00
parent b426c4fa52
commit a5adf85264

View File

@ -38,6 +38,11 @@ buildPythonPackage rec {
sha256 = "QHNirglqSxGMmbST96LUp9MHoGj0yAwLoTRlsbMqwaM=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'aiofiles = "^0.6.0"' 'aiofiles = "*"'
'';
nativeBuildInputs = [
git
poetry-core