diff options
Diffstat (limited to 'net-misc/ytmdl/files/ytmdl-2022.3.16-setup.py-beautifulsoup4.patch')
-rw-r--r-- | net-misc/ytmdl/files/ytmdl-2022.3.16-setup.py-beautifulsoup4.patch | 12 |
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', |