connman: remove unneeded depends

This commit is contained in:
Stefan Saraev 2014-02-04 21:37:25 +02:00
parent 76241f3d78
commit 499dcb1ec2

View File

@ -24,7 +24,7 @@ PKG_LICENSE="GPL"
PKG_SITE="http://www.connman.net"
PKG_URL="http://www.kernel.org/pub/linux/network/connman/$PKG_NAME-$PKG_VERSION.tar.xz"
# PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain glib readline dbus iptables wpa_supplicant ntp Python pygobject dbus-python"
PKG_DEPENDS_TARGET="toolchain glib readline dbus iptables wpa_supplicant ntp"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="connman: Network manager daemon"