summaryrefslogtreecommitdiffstats
path: root/dbus-python/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'dbus-python/Pkgfile')
-rwxr-xr-xdbus-python/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbus-python/Pkgfile b/dbus-python/Pkgfile
index 39abbb265..2f7fdbcec 100755
--- a/dbus-python/Pkgfile
+++ b/dbus-python/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://dbus.freedesktop.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: dbus-glib
+# Depends on: python, dbus-glib
# Run on: dbus-glib
name=dbus-python
@@ -12,12 +12,12 @@ source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
- PYTHON=python2 ./configure --prefix=/usr \
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--disable-html-docs
make
make DESTDIR=$PKG install
- PYTHON=python ./configure --prefix=/usr \
+ PYTHON=/usr/bin/python3 ./configure --prefix=/usr \
--disable-html-docs
make
make DESTDIR=$PKG install