diff --git a/programming/language/python/dbus-python3/actions.py b/programming/language/python/dbus-python3/actions.py
index 5b872a2b46..9df1d8bafd 100644
--- a/programming/language/python/dbus-python3/actions.py
+++ b/programming/language/python/dbus-python3/actions.py
@@ -19,6 +19,8 @@ def setup():
--disable-api-docs \
--disable-html-docs \
--disable-static")
+
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
shelltools.cd("build-python3")
diff --git a/programming/language/python/dbus-python3/pspec.xml b/programming/language/python/dbus-python3/pspec.xml
index 99c736b5ef..17752c01fa 100644
--- a/programming/language/python/dbus-python3/pspec.xml
+++ b/programming/language/python/dbus-python3/pspec.xml
@@ -15,8 +15,7 @@
dbus-python provides a Python module which wraps the D-Bus programming API.
http://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.0.tar.gz
-
- python3
+ python3-devel
dbus-devel
dbus-glib-devel
glib2-devel
@@ -45,7 +44,7 @@
- 2015-06-02
+ 2015-10-08
1.2.0
Release bump.
Kamil Atlı