streamlink/python-requests-version.patch
Martin Pluskal 599586295b Accepting request 915107 from home:simonpuchert:branches:multimedia:apps
- Add python-requests-version.patch:
  * Revert a commit that increased the version requirements as the
    required version is not available in Factory.

OBS-URL: https://build.opensuse.org/request/show/915107
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=22
2021-08-31 09:12:29 +00:00

13 lines
652 B
Diff

diff -Nur streamlink-2.3.0/setup.py streamlink-2.3.0-patched/setup.py
--- streamlink-2.3.0/setup.py 2021-07-26 02:24:06.000000000 +0200
+++ streamlink-2.3.0-patched/setup.py 2021-08-30 16:54:33.133224469 +0200
@@ -12,7 +12,7 @@
deps = [
# Temporarily set requests to 2.25.1 on Windows to fix issues with randomly failing tests
# Don't force an older requests version on non-Windows systems due to packaging reasons
- "requests>=2.26.0,<3.0 ; platform_system!='Windows'",
+ "requests>=2.21.0,<3.0 ; platform_system!='Windows'",
"requests==2.25.1 ; platform_system=='Windows'",
"isodate",
"websocket-client>=0.58.0",