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 6a5baae984ad..000000000000
--- a/python-attrs.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --unified --recursive --text yle-dl-20190203.orig/setup.py yle-dl-20190203.new/setup.py
---- yle-dl-20190203.orig/setup.py 2019-01-26 13:24:19.000000000 +0200
-+++ yle-dl-20190203.new/setup.py 2019-03-23 10:29:24.209744725 +0200
-@@ -39,7 +39,7 @@
- include_package_data=True,
- install_requires=[
- 'pycryptodomex', 'requests', 'lxml', 'future', 'mini-amf',
-- 'attrs >= 18.1.0, < 18.3.0', 'ConfigArgParse >= 0.13.0'
-+ 'attrs >= 18.1.0, < 19.2.0', 'ConfigArgParse >= 0.13.0'
- ] + ssl_sni_requires,
- extras_require = {
- 'youtubedl-backend': ['youtube_dl']