diff --git a/programming/language/python3/yt-dlp/actions.py b/programming/language/python3/yt-dlp/actions.py
index 00ffd56a3e..a522bfe16e 100644
--- a/programming/language/python3/yt-dlp/actions.py
+++ b/programming/language/python3/yt-dlp/actions.py
@@ -4,14 +4,14 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
-from pisi.actionsapi import pythonmodules, autotools, pisitools, get
+from pisi.actionsapi import python3modules, autotools, pisitools, get
def build():
- pythonmodules.compile(pyVer = "3")
+ python3modules.compile(pyVer = "3")
autotools.make("PREFIX=/usr MANDIR=/usr/share/man")
def install():
- pythonmodules.install(pyVer = "3")
+ python3modules.install(pyVer = "3")
#pisitools.removeDir("/usr/share/bin")
pisitools.removeDir("/usr/share/doc")
autotools.rawInstall("DESTDIR=%s PREFIX=/usr MANDIR=/usr/share/man" % get.installDIR())
diff --git a/programming/language/python3/yt-dlp/pspec.xml b/programming/language/python3/yt-dlp/pspec.xml
index 61dd11366d..8bb4b222a3 100644
--- a/programming/language/python3/yt-dlp/pspec.xml
+++ b/programming/language/python3/yt-dlp/pspec.xml
@@ -19,6 +19,7 @@
pandoc-bin
aria2-devel
ffmpeg-devel
+ python3-build
python3-devel
python3-mutagen
python3-certifi
@@ -48,8 +49,9 @@
/usr/share/bash-completion/completions
/usr/share/zsh/site-functions
/usr/share/doc/yt-dlp
- /usr/lib/python3.*/site-packages/yt_dlp
- /usr/lib/python3.*/site-packages/yt_dlp-*.egg-info
+ /usr/lib/python3*/site-packages/yt_dlp
+ /usr/lib/python3*/site-packages/yt_dlp-*.egg-info
+ /usr/lib/python3*/site-packages/yt_dlp-*.dist-info