summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/ytmdl')
-rw-r--r--net-misc/ytmdl/files/ytmdl-2022.3.16-setup.py-beautifulsoup4.patch12
1 files changed, 0 insertions, 12 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
deleted file mode 100644
index c87655a7cdca..000000000000
--- a/net-misc/ytmdl/files/ytmdl-2022.3.16-setup.py-beautifulsoup4.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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',