python3-dbusmock rebuild
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user