From e470cf4f79854155ea6cc392c8ce1162675c40ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Thu, 8 Oct 2015 22:14:20 +0300 Subject: [PATCH] dbus-python3 fix build close #461 --- programming/language/python/dbus-python3/actions.py | 2 ++ programming/language/python/dbus-python3/pspec.xml | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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ı