1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
+2 -2
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 \