mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
cobang: minor fix to patch replacing poetry with poetry-core
This commit is contained in:
parent
b2d45d788a
commit
bf15db136f
@ -23,7 +23,8 @@ index 5dc25e0..b3ba397 100644
|
||||
@@ -33,4 +33,4 @@ skip-string-normalization = true
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
-requires = ["poetry>=0.12"]
|
||||
+requires = ["poetry-core"]
|
||||
-build-backend = "poetry.masonry.api"
|
||||
+build-backend = "poetry.core.masonry.api"
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user