* gh#pschmitt/easypysmb#67 OBS-URL: https://build.opensuse.org/package/show/network/python-easypysmb?expand=0&rev=9
22 lines
601 B
Diff
22 lines
601 B
Diff
From fa0d0b63e83a3accc0a3b58df8c8f4ca5a4ec472 Mon Sep 17 00:00:00 2001
|
|
From: Ben Greiner <code@bnavigator.de>
|
|
Date: Sun, 18 Jan 2026 15:17:48 +0100
|
|
Subject: [PATCH] Use poetry core
|
|
|
|
---
|
|
pyproject.toml | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/pyproject.toml b/pyproject.toml
|
|
index f13e818..0c5912f 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -12,5 +12,5 @@ pysmb = "^1.2.1"
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
-requires = ["poetry>=0.12"]
|
|
-build-backend = "poetry.masonry.api"
|
|
+requires = ["poetry-core"]
|
|
+build-backend = "poetry.core.masonry.api"
|