From bf15db136f804fd147b4ddc890577034f3833f0a Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:00:20 -0700 Subject: [PATCH] cobang: minor fix to patch replacing poetry with poetry-core --- .../misc/cobang/0001-Poetry-core-and-pillow-9.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/misc/cobang/0001-Poetry-core-and-pillow-9.patch b/pkgs/applications/misc/cobang/0001-Poetry-core-and-pillow-9.patch index d3c32cf96407..7ba0dab2d1e2 100644 --- a/pkgs/applications/misc/cobang/0001-Poetry-core-and-pillow-9.patch +++ b/pkgs/applications/misc/cobang/0001-Poetry-core-and-pillow-9.patch @@ -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" --