diff --git a/python-streamlink-1.2.0-pycryptodomex.patch b/python-streamlink-1.2.0-pycryptodomex.patch index c43951a..bd18c24 100644 --- a/python-streamlink-1.2.0-pycryptodomex.patch +++ b/python-streamlink-1.2.0-pycryptodomex.patch @@ -100,3 +100,15 @@ diff -up ./src/streamlink/utils/crypto.py.orig ./src/streamlink/utils/crypto.py from streamlink.compat import is_py3 +diff -up ./tests/streams/test_hls.py.orig ./tests/streams/test_hls.py +--- ./tests/streams/test_hls.py.orig 2019-08-19 18:05:35.000000000 +0200 ++++ ./tests/streams/test_hls.py 2019-08-20 10:46:28.301374640 +0200 +@@ -6,7 +6,7 @@ from functools import partial + + import pytest + import requests_mock +-from Crypto.Cipher import AES ++from Cryptodome.Cipher import AES + from mock import patch, Mock + + from streamlink.session import Streamlink