Merge pull request #249841 from tjni/cobang

cobang: minor fix to patch replacing poetry with poetry-core
This commit is contained in:
OTABI Tomoya 2023-08-18 10:51:57 +09:00 committed by GitHub
commit dddb4cd4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
--