diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-02-16 15:09:09 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-02-16 15:09:09 +0000 |
commit | bb9bbef24b7680a453a01643f0cee659cf32dbd3 (patch) | |
tree | 7a0123ee49cd4fb648e38ab14100503750bce765 /packages/python/python_2.5.1.bb | |
parent | 8af665768f69f7bc46c9912d849fd59f8bef0a5d (diff) | |
parent | 4e742a9df221b673cd5cd74affd9d4382cd26c8c (diff) |
merge of '1821f6eadefc14ad7ce51d5ab026da139608f557'
and 'b214e193f52c5b76dce3027376c5bd7eafce9971'
Diffstat (limited to 'packages/python/python_2.5.1.bb')
-rw-r--r-- | packages/python/python_2.5.1.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/python/python_2.5.1.bb b/packages/python/python_2.5.1.bb index 5b15634dd0..ecfedf15fe 100644 --- a/packages/python/python_2.5.1.bb +++ b/packages/python/python_2.5.1.bb @@ -7,7 +7,7 @@ DEPENDS = "python-native readline zlib gdbm openssl sqlite3 tcl tk" DEPENDS_sharprom = "python-native readline zlib gdbm openssl" # NOTE: Keep the digit in sync with BASEREV in contrib/generate-manifest-2.5.py -PR = "ml9" +PR = "ml10" PYTHON_MAJMIN = "2.5" @@ -103,5 +103,3 @@ FILES_python-misc = "${libdir}/python${PYTHON_MAJMIN}" PACKAGES += "python-man" FILES_python-man = "${datadir}/man" -PACKAGES_DYNAMIC += "python-ncurses" - |