python3Packages.amqtt: relax transitions constraint
This commit is contained in:
parent
606d511ef6
commit
39feebbf61
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ buildPythonPackage rec {
|
|||
hash = "sha256-8T1XhBSOiArlUQbQ41LsUogDgOurLhf+M8mjIrrAC4s=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'transitions = "^0.8.0"' 'transitions = "*"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue