archrelease: copy trunk to community-any
[arch-community.git] / python-hypothesis-auto / trunk / python-hypothesis-auto-1.1.4-poetry_core.patch
blobb49857d26c5f3ae673a0bb08e745dcdece941598
1 From 8277b4232617c0433f80e9c2844452b9fae67a65 Mon Sep 17 00:00:00 2001
2 From: Fabian Affolter <mail@fabian-affolter.ch>
3 Date: Wed, 2 Nov 2022 08:22:03 +0100
4 Subject: [PATCH] Switch to poetry-core
6 ---
7 pyproject.toml | 5 +++--
8 1 file changed, 3 insertions(+), 2 deletions(-)
10 diff --git a/pyproject.toml b/pyproject.toml
11 index dff94b0..f4d5fce 100644
12 --- a/pyproject.toml
13 +++ b/pyproject.toml
14 @@ -39,7 +39,8 @@ favicon = "art/logo.png"
15 logo = "art/logo.png"
16 name = "material"
17 palette = {primary = "teal", accent = "cyan"}
19 [build-system]
20 -requires = ["poetry>=0.12"]
21 -build-backend = "poetry.masonry.api"
22 +requires = ["poetry-core>=1.0.0"]
23 +build-backend = "poetry.core.masonry.api"