diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-04-04 18:19:07 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-04-04 18:27:33 +0200 |
commit | fe6896138ad0a2f578c7918dc23394b24d51527f (patch) | |
tree | e9d9307f72dd24040a794917bfd30b2359adaa45 /net-misc | |
parent | app-containers/cosign: drop 1.13.0, 1.13.1 (diff) | |
download | gentoo-fe6896138ad0a2f578c7918dc23394b24d51527f.tar.gz gentoo-fe6896138ad0a2f578c7918dc23394b24d51527f.tar.bz2 gentoo-fe6896138ad0a2f578c7918dc23394b24d51527f.zip |
net-misc/ytmdl: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30474
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ytmdl/files/ytmdl-2022.3.16-setup.py-beautifulsoup4.patch | 12 |
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', |