1
0
Fork 0

weewx: fix build
All checks were successful
Build / build-arm64-linux (push) Successful in 38s
Build / build-amd64-linux (push) Successful in 38s

This commit is contained in:
Daniel Kempkens 2024-07-07 12:56:47 +02:00
parent a4941bb5b9
commit 1354a89e22
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -109,6 +109,7 @@ poetry2nix.mkPoetryApplication {
];
postPatch = ''
substituteInPlace pyproject.toml --replace-fail 'requires = ["poetry>=0.12"]' "requires = []"
substituteInPlace pyproject.toml --replace-fail "poetry.masonry" "poetry.core.masonry"
'';