Merge pull request #594 from ertugerata/master

dbus-python3 fix build close #461
This commit is contained in:
Ertuğrul Erata
2015-10-08 22:17:51 +03:00
2 changed files with 4 additions and 3 deletions
@@ -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")
@@ -15,8 +15,7 @@
<Description>dbus-python provides a Python module which wraps the D-Bus programming API.</Description>
<Archive sha1sum="7a00f7861d26683ab7e3f4418860bd426deed9b5" type="targz">http://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.0.tar.gz</Archive>
<BuildDependencies>
<!--<Dependency>python-devel</Dependency>-->
<Dependency>python3</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -45,7 +44,7 @@
<History>
<Update release="6">
<Date>2015-06-02</Date>
<Date>2015-10-08</Date>
<Version>1.2.0</Version>
<Comment>Release bump.</Comment>
<Name>Kamil Atlı</Name>