summaryrefslogtreecommitdiff
path: root/net-misc/ytmdl/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
commite68d405c5d712af4387159df07e226217bdda049 (patch)
tree009ab0f3d427f0813e62930d71802cb054c07e30 /net-misc/ytmdl/files
parent401101f9c8077911929d3f2b60a37098460a5d89 (diff)
gentoo resync : 06.04.2022
Diffstat (limited to 'net-misc/ytmdl/files')
-rw-r--r--net-misc/ytmdl/files/ytmdl-2022.3.16-setup.py-beautifulsoup4.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/ytmdl/files/ytmdl-2022.3.16-setup.py-beautifulsoup4.patch b/net-misc/ytmdl/files/ytmdl-2022.3.16-setup.py-beautifulsoup4.patch
new file mode 100644
index 000000000000..c87655a7cdca
--- /dev/null
+++ b/net-misc/ytmdl/files/ytmdl-2022.3.16-setup.py-beautifulsoup4.patch
@@ -0,0 +1,12 @@
+index 4a50f0f..6decdd4 100755
+--- a/setup.py
++++ b/setup.py
+@@ -16,7 +16,7 @@ req_pkgs = [
+ 'itunespy',
+ 'requests',
+ 'colorama',
+- 'bs4',
++ 'beautifulsoup4',
+ 'downloader-cli',
+ 'pyxdg',
+ 'ffmpeg-python',