python: remove unneeded gettext dependancy

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2009-12-22 15:40:08 +00:00
parent ccf2e8c603
commit eb27ddfc02
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
require python.inc
DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib gettext"
DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib"
DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
# set to .0 on every increase of INC_PR
PR = "${INC_PR}.1"
PR = "${INC_PR}.2"
SRC_URI = "\
http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \