You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
734 B
27 lines
734 B
7 months ago
|
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
|
||
|
|