python3Packages.matrix-nio: relax aiofiles constraint
This commit is contained in:
parent
b426c4fa52
commit
a5adf85264
@ -38,6 +38,11 @@ buildPythonPackage rec {
|
|||||||
sha256 = "QHNirglqSxGMmbST96LUp9MHoGj0yAwLoTRlsbMqwaM=";
|
sha256 = "QHNirglqSxGMmbST96LUp9MHoGj0yAwLoTRlsbMqwaM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace pyproject.toml \
|
||||||
|
--replace 'aiofiles = "^0.6.0"' 'aiofiles = "*"'
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
git
|
git
|
||||||
poetry-core
|
poetry-core
|
||||||
|
Loading…
Reference in New Issue
Block a user