# HG changeset patch # User Christophe Lincoln # Date 1275234453 -7200 # Node ID 97dbb8e8d7fe7710770695e7474188b3aa80dc62 # Parent 077ec821cd6995fd2234b954ed2b5c80217f2320 Fix: python-pybluez DEPENDS diff -r 077ec821cd69 -r 97dbb8e8d7fe python-pybluez/receipt --- a/python-pybluez/receipt Sun May 30 14:55:57 2010 +0200 +++ b/python-pybluez/receipt Sun May 30 17:47:33 2010 +0200 @@ -6,8 +6,8 @@ CATEGORY="development" SHORT_DESC="Python wrappers around system Bluetooth." MAINTAINER="pankso@slitaz.org" -DEPENDS="python" -BUILD_DEPENDS="$DEPENDS python-dev" +DEPENDS="python bluez" +BUILD_DEPENDS="$DEPENDS python-dev bluez-dev" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/pybluez/" WGET_URL="http://pybluez.googlecode.com/files/$TARBALL"