diff --git a/programming/language/python3/python3-dbusmock/actions.py b/programming/language/python3/python3-dbusmock/actions.py
index 3a3c0d4ad2..bf3271eb2e 100644
--- a/programming/language/python3/python3-dbusmock/actions.py
+++ b/programming/language/python3/python3-dbusmock/actions.py
@@ -4,12 +4,18 @@
# 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
+from pisi.actionsapi import python3modules
+from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
+
+
+
+shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","0.37.1")
+
def build():
- pythonmodules.compile(pyVer = '3')
+ python3modules.compile(pyVer = '3')
def install():
- pythonmodules.install(pyVer = '3')
+ python3modules.install(pyVer = '3')
diff --git a/programming/language/python3/python3-dbusmock/pspec.xml b/programming/language/python3/python3-dbusmock/pspec.xml
index 7dd2c9f97b..9c392703ac 100644
--- a/programming/language/python3/python3-dbusmock/pspec.xml
+++ b/programming/language/python3/python3-dbusmock/pspec.xml
@@ -11,10 +11,13 @@
Mock D-Bus objects for tests
dbus-python3
- python-pygobject3
+ python3-build
+ python3-devel
+ python3-pygobject3
python3-setuptools
+ python3-setuptools-scm
- https://github.com/martinpitt/python-dbusmock/releases/download/0.23.1/python-dbusmock-0.23.1.tar.gz
+ https://github.com/martinpitt/python-dbusmock/archive/refs/tags/0.37.1.tar.gz
python3-dbusmock
@@ -29,6 +32,13 @@
+
+ 2025-10-26
+ 0.37.1
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-10-17
0.23.1