diff options
-rw-r--r-- | python/python_2.3.4.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python_2.3.4.oe b/python/python_2.3.4.oe index b5ccd954c4..3f363a9a70 100644 --- a/python/python_2.3.4.oe +++ b/python/python_2.3.4.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Python Programming Language" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "python-native" +DEPENDS = "python-native zlib gdbm" SRC_URI = "ftp://www.python.org/pub/python/${PV}/Python-${PV}.tar.bz2 \ file://bindir-libdir.patch;patch=1 \ |