forked from pool/python-onionshare
- Add onionshare-poetry-core.patch * poetry-core is enough to build and has a much smaller footprint OBS-URL: https://build.opensuse.org/request/show/1090042 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-onionshare?expand=0&rev=43
22 lines
659 B
Diff
22 lines
659 B
Diff
From a05d7af729585bdaa4f71437167339ac67bf3327 Mon Sep 17 00:00:00 2001
|
|
From: Saptak S <saptak013@gmail.com>
|
|
Date: Sun, 9 Apr 2023 20:24:48 +0530
|
|
Subject: [PATCH] Updates poetry build system to poetry-core
|
|
|
|
---
|
|
cli/pyproject.toml | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
|
|
index d0f311b39..a3675a7a1 100644
|
|
--- a/cli/pyproject.toml
|
|
+++ b/cli/pyproject.toml
|
|
@@ -40,5 +40,5 @@ pytest = ">=7.2.0"
|
|
onionshare-cli = 'onionshare_cli:main'
|
|
|
|
[build-system]
|
|
-requires = ["poetry>=0.12"]
|
|
-build-backend = "poetry.masonry.api"
|
|
+requires = ["poetry-core"]
|
|
+build-backend = "poetry.core.masonry.api"
|