diff --git a/system/base/dbus-python/actions.py b/system/base/dbus-python/actions.py
index 32e5cbbe..ad0d30aa 100644
--- a/system/base/dbus-python/actions.py
+++ b/system/base/dbus-python/actions.py
@@ -11,16 +11,8 @@ from pisi.actionsapi import get
def setup():
shelltools.makedirs("build-python2")
- #shelltools.makedirs("build-python3")
autotools.autoreconf("-fi")
- #shelltools.cd("build-python3")
- #shelltools.system("PYTHON=python3 ../configure --prefix=/usr \
- # --localstatedir=/var \
- # --disable-api-docs \
- # --disable-html-docs \
- # --disable-static")
-
shelltools.cd("build-python2")
shelltools.system("../configure --prefix=/usr \
--localstatedir=/var \
@@ -29,9 +21,6 @@ def setup():
--disable-static")
def build():
- #shelltools.cd("build-python3")
- #autotools.make()
-
shelltools.cd("build-python2")
autotools.make()
@@ -42,8 +31,5 @@ def check():
def install():
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
- #shelltools.cd("build-python3")
- #autotools.rawInstall("DESTDIR=%s" % get.installDIR())
-
shelltools.cd("build-python2")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/system/base/dbus-python/pspec.xml b/system/base/dbus-python/pspec.xml
index 7cc0c7c5..48f97b14 100644
--- a/system/base/dbus-python/pspec.xml
+++ b/system/base/dbus-python/pspec.xml
@@ -29,6 +29,7 @@
dbus-python-common
+ system.devel
Common dbus-python files shared between dbus-python and dbus-python3
dbus-devel
@@ -54,22 +55,6 @@
-
-
2015-05-22