Step 2: rebuild dbus-python against new python

This commit is contained in:
Manuel 2010-12-18 16:51:44 +00:00
parent 233a5734e4
commit f9728c1a79

View File

@ -3,12 +3,12 @@
pkgname=dbus-python pkgname=dbus-python
pkgver=0.83.1 pkgver=0.83.1
pkgrel=1 pkgrel=2
pkgdesc="Python bindings for DBUS" pkgdesc="Python bindings for DBUS"
arch=(i686 x86_64) arch=(i686 x86_64)
license=('GPL' 'LGPL') license=('GPL' 'LGPL')
url="http://www.freedesktop.org/wiki/Software/DBusBindings" url="http://www.freedesktop.org/wiki/Software/DBusBindings"
depends=('dbus-glib>=0.82' 'python>=2.6.5') depends=('dbus-glib>=0.82' 'python>=2.7')
makedepends=('pkgconfig') # 'docutils' makedepends=('pkgconfig') # 'docutils'
options=('!libtool') options=('!libtool')
source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz) source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)