about summary refs log tree commit diff
path: root/pkgs/development/python-modules/single-version/0001-set-poetry-core.patch
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-11 22:59:49 -0700
committerGitHub <noreply@github.com>2023-08-12 07:59:49 +0200
commit7ad1b2d4e1eb8f7b127271f2540db60eee0c6be0 (patch)
tree4e6f7c13dc12c244215c17d7e474e3e81fea87fb /pkgs/development/python-modules/single-version/0001-set-poetry-core.patch
parentac7f4710983438113882e2c6b98245253009b367 (diff)
python3.pkgs.single-version: use poetry-core instead of poetry (#248626)
Diffstat (limited to 'pkgs/development/python-modules/single-version/0001-set-poetry-core.patch')
-rw-r--r--pkgs/development/python-modules/single-version/0001-set-poetry-core.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/pkgs/development/python-modules/single-version/0001-set-poetry-core.patch b/pkgs/development/python-modules/single-version/0001-set-poetry-core.patch
deleted file mode 100644
index 4c6f869c0c279..0000000000000
--- a/pkgs/development/python-modules/single-version/0001-set-poetry-core.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From d949b37151cd538d4c6a15e1ba6c1343f8bff76d Mon Sep 17 00:00:00 2001
-From: "P. R. d. O" <d.ol.rod@protonmail.com>
-Date: Mon, 6 Dec 2021 15:26:19 -0600
-Subject: [PATCH] set poetry-core
-
----
- pyproject.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index d3fdc52..bd7ddc2 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -27,4 +27,4 @@ black = "^19.10b0"
-
- [build-system]
- requires = ["poetry>=0.12"]
--build-backend = "poetry.masonry.api"
-+build-backend = "poetry.core.masonry.api"
---
-2.33.1