python3Packages.treeo: fix build
This commit is contained in:
parent
a1c9e8402c
commit
46b79f9b46
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ buildPythonPackage rec {
|
|||
sha256 = "176r1kgsdlylvdrxmhnzni81p8m9cfnsn4wwn6fnmsgam2qbp76j";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'typing-extensions = "^3.10.0"' 'typing-extensions = "*"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue