python3-dbusmock rebuild

This commit is contained in:
Rmys
2025-10-27 09:15:31 +03:00
parent 10704052a5
commit be4404cc5f
2 changed files with 21 additions and 5 deletions
@@ -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')