From f9728c1a79de095c080b17e6f2c055c818e051fb Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 18 Dec 2010 16:51:44 +0000 Subject: [PATCH] Step 2: rebuild dbus-python against new python --- dbus-python/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbus-python/PKGBUILD b/dbus-python/PKGBUILD index a15163436..c671bd920 100644 --- a/dbus-python/PKGBUILD +++ b/dbus-python/PKGBUILD @@ -3,12 +3,12 @@ pkgname=dbus-python pkgver=0.83.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for DBUS" arch=(i686 x86_64) license=('GPL' 'LGPL') 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' options=('!libtool') source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)