summaryrefslogtreecommitdiff
path: root/net/py-blobfile/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-blobfile/files')
-rw-r--r--net/py-blobfile/files/patch-pyproject.toml19
1 files changed, 7 insertions, 12 deletions
diff --git a/net/py-blobfile/files/patch-pyproject.toml b/net/py-blobfile/files/patch-pyproject.toml
index 0f913e50f4b8..0ad0ba681e8b 100644
--- a/net/py-blobfile/files/patch-pyproject.toml
+++ b/net/py-blobfile/files/patch-pyproject.toml
@@ -1,14 +1,9 @@
---- pyproject.toml.orig 2023-04-21 05:36:25 UTC
+--- pyproject.toml.orig 2023-10-12 00:15:23 UTC
+++ pyproject.toml
-@@ -1,6 +1,6 @@
+@@ -1,5 +1,5 @@
[build-system]
- requires = [
-- "setuptools == 42.0.0",
-- "wheel == 0.33.6",
-- "astor == 0.8.0",
--]
-\ No newline at end of file
-+ "setuptools >= 42.0.0",
-+ "wheel >= 0.33.6",
-+ "astor >= 0.8.0",
-+]
+-requires = ["setuptools>=64.0"]
++requires = ["setuptools>=61.0"]
+ build-backend = "setuptools.build_meta"
+
+ [tool.black]