summaryrefslogtreecommitdiff
path: root/www/py-sse-starlette/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-sse-starlette/files/patch-pyproject.toml')
-rw-r--r--www/py-sse-starlette/files/patch-pyproject.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/py-sse-starlette/files/patch-pyproject.toml b/www/py-sse-starlette/files/patch-pyproject.toml
new file mode 100644
index 000000000000..fcd9e9b9b1c9
--- /dev/null
+++ b/www/py-sse-starlette/files/patch-pyproject.toml
@@ -0,0 +1,10 @@
+--- pyproject.toml.orig 2025-12-15 08:15:55 UTC
++++ pyproject.toml
+@@ -3,7 +3,6 @@ readme = "README.md"
+ version = "3.0.4"
+ description = "SSE plugin for Starlette"
+ readme = "README.md"
+-license = "BSD-3-Clause"
+ requires-python = ">=3.9"
+ authors = [
+ { name = "sysid", email = "sysid@gmx.de" },