summaryrefslogtreecommitdiff
path: root/packages/python/python-2.4.3-manifest.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-10-04 09:48:50 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-10-04 09:48:50 +0000
commit2c66cf2e9d662ba8941dd11741f8e825a6f475c1 (patch)
tree5699eafff92aa30aa447783c6ab66ecba45f7013 /packages/python/python-2.4.3-manifest.inc
parent7cda59cb5b6d78f4d41cf233f9a7f48109042a2e (diff)
python: fixed manifest to NOT rdepend on libraries - shlibs code will do it in correct way
Diffstat (limited to 'packages/python/python-2.4.3-manifest.inc')
-rw-r--r--packages/python/python-2.4.3-manifest.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-2.4.3-manifest.inc b/packages/python/python-2.4.3-manifest.inc
index 1d14654f85..3a460e562a 100644
--- a/packages/python/python-2.4.3-manifest.inc
+++ b/packages/python/python-2.4.3-manifest.inc
@@ -124,7 +124,7 @@ FILES_python-tkinter="${libdir}/python2.4/lib-dynload/_tkinter.so ${libdir}/pyth
DESCRIPTION_python-gdbm="Python GNU Database Support"
PR_python-gdbm="ml0"
-RDEPENDS_python-gdbm="python-core libgdbm3"
+RDEPENDS_python-gdbm="python-core"
FILES_python-gdbm="${libdir}/python2.4/lib-dynload/gdbm.so "
DESCRIPTION_python-fcntl="Python's fcntl Interface"
@@ -164,7 +164,7 @@ FILES_python-html="${libdir}/python2.4/formatter.* ${libdir}/python2.4/htmlentit
DESCRIPTION_python-readline="Python Readline Support"
PR_python-readline="ml0"
-RDEPENDS_python-readline="python-core libreadline4"
+RDEPENDS_python-readline="python-core"
FILES_python-readline="${libdir}/python2.4/lib-dynload/readline.so ${libdir}/python2.4/rlcompleter.* "
DESCRIPTION_python-subprocess="Python Subprocess Support"