summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2023-04-22 12:51:29 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-22 11:38:25 +0700
commitc5f44cb475cf1091462d51b175d27661afda33bf (patch)
tree60702fdba9345cd86c021107f8f0201691460a5a
parenta576a94c801735dea02a0092881311fff1beed62 (diff)
downloadslackbuilds-c5f44cb475cf1091462d51b175d27661afda33bf.tar.gz
slackbuilds-c5f44cb475cf1091462d51b175d27661afda33bf.tar.xz
network/yle-dl: Add python3-installer dependency.
This is needed because python/python3-flit_core no longer declares python3-installer as a dep. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/yle-dl/yle-dl.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/yle-dl/yle-dl.info b/network/yle-dl/yle-dl.info
index 1132dbe7e8..ee3668486a 100644
--- a/network/yle-dl/yle-dl.info
+++ b/network/yle-dl/yle-dl.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/aajanki/yle-dl/archive/20221231/yle-dl-20221231.tar
MD5SUM="920509d9a784a97d8168f3cde0978ab4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="lxml python3-attrs python3-build python3-configargparse python3-flit_core xattr"
+REQUIRES="lxml python3-attrs python3-build python3-configargparse python3-flit_core xattr python3-installer"
MAINTAINER="Markus Rinne"
EMAIL="markus.ka.rinne@gmail.com"