# HG changeset patch # User Dominique Corbex # Date 1367008718 -7200 # Node ID d17fa9057aa4a07f1da38f449f98befa1bc5816c # Parent 42dd7a1d7f361f57e5615c8272aa8e9f7ec3c2eb econnman: fix deps diff -r 42dd7a1d7f36 -r d17fa9057aa4 econnman/receipt --- a/econnman/receipt Fri Apr 26 17:13:04 2013 +0200 +++ b/econnman/receipt Fri Apr 26 22:38:38 2013 +0200 @@ -10,15 +10,13 @@ WGET_URL="git|git://git.enlightenment.org/apps/$PACKAGE.git" TAGS="e enlightenment network" -DEPENDS="connman python-elementary python-edbus python-ecore" +DEPENDS="connman python-elementary python-edbus python-ecore python-edje" BUILD_DEPENDS="python-elementary-dev python-edbus-dev git autoconf automake libtool" # Rules to configure and make the package. compile_rules() { -# sed -i 's:/usr/bin/python:/usr/bin/python2:g' econnman-bin.in -# PYTHON=/usr/bin/python2 \ ./autogen.sh && ./configure --prefix=/usr && make && make DESTDIR="$install" install