about summary refs log tree commit diff
path: root/pkgs/development/python-modules/typical/use-poetry-core.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/typical/use-poetry-core.patch')
-rw-r--r--pkgs/development/python-modules/typical/use-poetry-core.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/development/python-modules/typical/use-poetry-core.patch b/pkgs/development/python-modules/typical/use-poetry-core.patch
deleted file mode 100644
index f3c32e621aeac..0000000000000
--- a/pkgs/development/python-modules/typical/use-poetry-core.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index a588a0d..43da394 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -154,7 +154,7 @@ exclude = '''
- 
- [build-system]
- requires = ["poetry>=0.12"]
--build-backend = "poetry.masonry.api"
-+build-backend = "poetry.core.masonry.api"
- 
- [bumpver]
- current_version = "v2.7.5"