diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-31 17:46:53 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-31 17:46:53 +0000 |
commit | 91345388e13ff9014c731ac6f08288334cc788eb (patch) | |
tree | 3fa0c280141494357ca3bbd2a55aafaf935af916 /python | |
parent | e8eef21dbded831f7f287550960ca65299986f8c (diff) |
Merge
2004/05/31 19:45:59+02:00 uni-frankfurt.de!mickeyl
let python depend on some things necessary for subpackages
BKrev: 40bb6f8dGiV0c4WWEdZVbiHs-92FxA
Diffstat (limited to 'python')
-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 \ |