summaryrefslogtreecommitdiff
path: root/net/py-blobfile/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-blobfile/files/patch-pyproject.toml')
-rw-r--r--net/py-blobfile/files/patch-pyproject.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/py-blobfile/files/patch-pyproject.toml b/net/py-blobfile/files/patch-pyproject.toml
new file mode 100644
index 000000000000..0f913e50f4b8
--- /dev/null
+++ b/net/py-blobfile/files/patch-pyproject.toml
@@ -0,0 +1,14 @@
+--- pyproject.toml.orig 2023-04-21 05:36:25 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@
+ [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",
++]