diff --git a/programming/language/python3/python3-build/actions.py b/programming/language/python3/python3-build/actions.py
index 7be166e9ad..fbb3bab47e 100644
--- a/programming/language/python3/python3-build/actions.py
+++ b/programming/language/python3/python3-build/actions.py
@@ -4,13 +4,13 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import python3modules
from pisi.actionsapi import pisitools
def build():
- pythonmodules.compile(pyVer="3")
+ python3modules.compile()
def install():
- pythonmodules.install(pyVer="3")
+ python3modules.install()
pisitools.dodoc("CHANGELOG*", "LICENSE", "README*")
diff --git a/programming/language/python3/python3-build/pspec.xml b/programming/language/python3/python3-build/pspec.xml
index 2011cdf8f4..656340e02a 100644
--- a/programming/language/python3/python3-build/pspec.xml
+++ b/programming/language/python3/python3-build/pspec.xml
@@ -12,10 +12,10 @@
app
A simple, correct PEP517 package builder
A simple, correct PEP517 package builder
- https://github.com/pypa/build/archive/refs/tags/0.8.0.tar.gz
+ https://github.com/pypa/build/archive/refs/tags/1.1.1.tar.gz
python3
- python3-setuptools
+ python3-build