SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
multimedia/streamlink/patches/patch-setup_py
Normal file
20
multimedia/streamlink/patches/patch-setup_py
Normal file
|
@ -0,0 +1,20 @@
|
|||
Use dependencies we already have in the ports tree.
|
||||
|
||||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -17,11 +17,11 @@ deps = [
|
||||
]
|
||||
|
||||
# for encrypted streams
|
||||
-if environ.get("STREAMLINK_USE_PYCRYPTO"):
|
||||
- deps.append("pycrypto")
|
||||
-else:
|
||||
+if environ.get("STREAMLINK_USE_PYCRYPTODOME"):
|
||||
# this version of pycryptodome is known to work and has a Windows wheel for py2.7, py3.3-3.6
|
||||
deps.append("pycryptodome>=3.4.3,<4")
|
||||
+else:
|
||||
+ deps.append("pycryptodome")
|
||||
|
||||
# for localization
|
||||
if environ.get("STREAMLINK_USE_PYCOUNTRY"):
|
Loading…
Add table
Add a link
Reference in a new issue