File: 020230130~d30b6f7.patch

package info (click to toggle)
python-aiortc 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,040 kB
  • sloc: python: 19,999; javascript: 286; makefile: 18; sh: 1
file content (17 lines) | stat: -rw-r--r-- 495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: update dependency on aioice
Author: Jeremy Lainé <jeremy.laine@m4x.org>
Origin: upstream, https://github.com/aiortc/aiortc/commit/d30b6f7
Last-Update: 2023-02-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
     "src/_cffi_src/build_vpx.py:ffibuilder",
 ]
 install_requires = [
-    "aioice>=0.7.5,<0.8.0",
+    "aioice>=0.8.0,<0.9.0",
     "av>=9.0.0,<11.0.0",
     "cffi>=1.0.0",
     "cryptography>=2.2",