summarylogtreecommitdiffstats
path: root/fix-setup-py.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-setup-py.patch')
-rw-r--r--fix-setup-py.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/fix-setup-py.patch b/fix-setup-py.patch
new file mode 100644
index 000000000000..584afb2a69f1
--- /dev/null
+++ b/fix-setup-py.patch
@@ -0,0 +1,15 @@
+--- setup.py.orig 2023-05-04 22:59:43.061254240 +0200
++++ setup.py 2023-05-04 23:01:35.503508530 +0200
+@@ -16,10 +16,10 @@
+
+ install_requires=[
+ 'beets>=1.4.6',
+- 'six>=1.9'
++ 'six>=1.9',
+ 'requests',
+ 'beautifulsoup4',
+- 'isodate'
++ 'isodate',
+ ],
+
+ classifiers=[