forked from pool/python-Twisted
- Remove h2 < 4.0 and priority < 2.0 version restriction. (boo#1190036) * remove-dependency-version-upper-bounds.patch OBS-URL: https://build.opensuse.org/request/show/915405 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Twisted?expand=0&rev=111
14 lines
299 B
Diff
14 lines
299 B
Diff
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -67,8 +67,8 @@ serial =
|
|
pyserial >= 3.0
|
|
pywin32 != 226; platform_system == "Windows"
|
|
http2 =
|
|
- h2 >= 3.0, < 4.0
|
|
- priority >= 1.1.0, < 2.0
|
|
+ h2 >= 3.0
|
|
+ priority >= 1.1.0
|
|
contextvars =
|
|
contextvars >= 2.4, < 3; python_version < "3.7"
|
|
all_non_platform =
|