diff --git a/programming/language/python3/python3-packaging/actions.py b/programming/language/python3/python3-packaging/actions.py
index c2d4032e..57f9e7f1 100644
--- a/programming/language/python3/python3-packaging/actions.py
+++ b/programming/language/python3/python3-packaging/actions.py
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
-from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import python3modules
def build():
- pythonmodules.compile(pyVer="3")
+ python3modules.compile()
def install():
- pythonmodules.install(pyVer="3")
\ No newline at end of file
+ python3modules.install()
diff --git a/programming/language/python3/python3-packaging/pspec.xml b/programming/language/python3/python3-packaging/pspec.xml
index ec7c0a15..9277025f 100644
--- a/programming/language/python3/python3-packaging/pspec.xml
+++ b/programming/language/python3/python3-packaging/pspec.xml
@@ -16,6 +16,8 @@
https://files.pythonhosted.org/packages/b9/6c/7c6658d258d7971c5eb0d9b69fa9265879ec9a9158031206d47800ae2213/packaging-23.1.tar.gz
python3-devel
+ python3-build
+ python3-installer