summarylogtreecommitdiffstats
path: root/python-attrs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python-attrs.patch')
-rw-r--r--python-attrs.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/python-attrs.patch b/python-attrs.patch
deleted file mode 100644
index 7ec08a8bbf3a..000000000000
--- a/python-attrs.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --unified --recursive --text yle-dl-20190614/setup.py yle-dl-20190614.new/setup.py
---- yle-dl-20190614/setup.py
-+++ yle-dl-20190614.new/setup.py
-@@ -39,7 +39,7 @@
- include_package_data=True,
- install_requires=[
- 'pycryptodomex', 'requests', 'lxml', 'future', 'mini-amf',
-- 'attrs >= 18.1.0, < 19.2.0', 'ConfigArgParse >= 0.13.0'
-+ 'attrs >= 18.1.0, < 19.4.0', 'ConfigArgParse >= 0.13.0'
- ] + ssl_sni_requires,
- extras_require = {
- 'youtubedl-backend': ['youtube_dl']