gpsd: Even when disabling python we still need it to be available during build

This commit is contained in:
Holger Hans Peter Freyther 2013-05-10 09:55:38 +02:00
parent f9d158b747
commit c83652a73a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices"
SECTION = "console/network"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800"
DEPENDS = "ncurses chrpath-native"
DEPENDS = "ncurses chrpath-native python"
#DEPENDS = "ncurses libusb1 python"
PROVIDES = "virtual/gpsd"