summaryrefslogtreecommitdiff
path: root/net-misc/ytmdl/files/ytmdl-2022.3.16-setup.py-beautifulsoup4.patch
blob: c87655a7cdcadef5fabe7316da80c196887019a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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',