forked from pool/python-Twisted
- Add createElement.patch to fix tests with fixed python interpreters
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Twisted?expand=0&rev=166
This commit is contained in:
15
remove-dependency-version-upper-bounds.patch
Normal file
15
remove-dependency-version-upper-bounds.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
Index: twisted-25.5.0/pyproject.toml
|
||||
===================================================================
|
||||
--- twisted-25.5.0.orig/pyproject.toml
|
||||
+++ twisted-25.5.0/pyproject.toml
|
||||
@@ -97,8 +97,8 @@ serial = [
|
||||
]
|
||||
|
||||
http2 = [
|
||||
- "h2 >= 3.2, < 5.0",
|
||||
- "priority >= 1.1.0, < 2.0",
|
||||
+ "h2 >= 3.2",
|
||||
+ "priority >= 1.1.0",
|
||||
]
|
||||
|
||||
websocket = [
|
||||
Reference in New Issue
Block a user