parent
fb7ebbd55c
commit
f0f790ca0b
@ -0,0 +1,26 @@
|
|||||||
|
From 599f0bd93b8e47572ab0f8c912fd2e7c8dcab54c Mon Sep 17 00:00:00 2001
|
||||||
|
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
||||||
|
Date: Wed, 24 Jul 2024 17:31:54 +0300
|
||||||
|
Subject: [PATCH] fixed for build setuptools version
|
||||||
|
|
||||||
|
---
|
||||||
|
pyproject.toml | 6 +++---
|
||||||
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/pyproject.toml b/pyproject.toml
|
||||||
|
index 492f712..a4ef6d5 100644
|
||||||
|
--- a/pyproject.toml
|
||||||
|
+++ b/pyproject.toml
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
[build-system]
|
||||||
|
-# setuptools 64.0+ support --build-option
|
||||||
|
-requires = ["setuptools>=64.0"]
|
||||||
|
+# setuptools 53.0+ support --build-option
|
||||||
|
+requires = ["setuptools>=53.0"]
|
||||||
|
backend-path = ["build_script"]
|
||||||
|
-build-backend = "pyzstd_pep517"
|
||||||
|
\ No newline at end of file
|
||||||
|
+build-backend = "pyzstd_pep517"
|
||||||
|
--
|
||||||
|
2.43.5
|
||||||
|
|
Loading…
Reference in new issue