diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-07 11:02:25 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-07 11:02:25 +0000 |
commit | 1a2cd2f2e16cdb20f46738e1c87d01c61041c4ad (patch) | |
tree | 6aaebde24dada39a28c90d4cf4e1b8329aa7ab72 | |
parent | ceb27d5fd3c8553946ad4ee0ce1ca86435661357 (diff) | |
download | poky-1a2cd2f2e16cdb20f46738e1c87d01c61041c4ad.tar.gz |
python: package elementtree and shlex in separate packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5429 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/python/python-2.5-manifest.inc | 13 | ||||
-rw-r--r-- | meta/packages/python/python_2.5.2.bb | 2 |
2 files changed, 11 insertions, 4 deletions
diff --git a/meta/packages/python/python-2.5-manifest.inc b/meta/packages/python/python-2.5-manifest.inc index 3e7dd178e8..1f24a400ef 100644 --- a/meta/packages/python/python-2.5-manifest.inc +++ b/meta/packages/python/python-2.5-manifest.inc | |||
@@ -8,9 +8,9 @@ | |||
8 | ######################################################################################################################## | 8 | ######################################################################################################################## |
9 | 9 | ||
10 | 10 | ||
11 | PROVIDES+="python-profile python-threading python-distutils python-textutils python-codecs python-ctypes python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-tests python-core-dbg python-resource python-devel python-math python-hotshot python-unixadmin python-syslog python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-smtpd python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-sqlite3 python-sqlite3-tests python-unittest python-stringold python-robotparser python-lib-old-and-deprecated python-compile python-debugger python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio python-bzip2 python-elementtree" | 11 | PROVIDES+="python-profile python-threading python-distutils python-textutils python-codecs python-ctypes python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-tests python-core-dbg python-resource python-devel python-math python-hotshot python-unixadmin python-syslog python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-smtpd python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-sqlite3 python-sqlite3-tests python-unittest python-stringold python-robotparser python-lib-old-and-deprecated python-compile python-debugger python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio python-bzip2 python-elementtree python-shlex" |
12 | 12 | ||
13 | PACKAGES="python-profile python-threading python-distutils python-textutils python-codecs python-ctypes python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-tests python-core-dbg python-resource python-devel python-math python-hotshot python-unixadmin python-syslog python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-smtpd python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-sqlite3 python-sqlite3-tests python-unittest python-stringold python-robotparser python-lib-old-and-deprecated python-compile python-debugger python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio python-bzip2 python-elementtree" | 13 | PACKAGES="python-profile python-threading python-distutils python-textutils python-codecs python-ctypes python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-tests python-core-dbg python-resource python-devel python-math python-hotshot python-unixadmin python-syslog python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-smtpd python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-sqlite3 python-sqlite3-tests python-unittest python-stringold python-robotparser python-lib-old-and-deprecated python-compile python-debugger python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio python-bzip2 python-elementtree python-shlex" |
14 | 14 | ||
15 | DESCRIPTION_python-profile="Python Basic Profiling Support" | 15 | DESCRIPTION_python-profile="Python Basic Profiling Support" |
16 | PR_python-profile="ml0" | 16 | PR_python-profile="ml0" |
@@ -209,7 +209,7 @@ FILES_python-mailbox="${libdir}/python2.5/mailbox.* " | |||
209 | 209 | ||
210 | DESCRIPTION_python-xml="Python basic XML support." | 210 | DESCRIPTION_python-xml="Python basic XML support." |
211 | PR_python-xml="ml0" | 211 | PR_python-xml="ml0" |
212 | RDEPENDS_python-xml="python-core python-re python-netclient" | 212 | RDEPENDS_python-xml="python-core python-re python-netclient python-elementtree" |
213 | FILES_python-xml="${libdir}/python2.5/lib-dynload/pyexpat.so ${libdir}/python2.5/xml ${libdir}/python2.5/xmllib.* " | 213 | FILES_python-xml="${libdir}/python2.5/lib-dynload/pyexpat.so ${libdir}/python2.5/xml ${libdir}/python2.5/xmllib.* " |
214 | 214 | ||
215 | DESCRIPTION_python-mime="Python MIME Handling APIs" | 215 | DESCRIPTION_python-mime="Python MIME Handling APIs" |
@@ -306,3 +306,10 @@ DESCRIPTION_python-bzip2="Python bzip2 Handling" | |||
306 | RDEPENDS_python-bzip2="python-core" | 306 | RDEPENDS_python-bzip2="python-core" |
307 | FILES_python-bzip2="${libdir}/python2.5/lib-dynload/bz2.so" | 307 | FILES_python-bzip2="${libdir}/python2.5/lib-dynload/bz2.so" |
308 | 308 | ||
309 | DESCRIPTION_python-elementtree="Python elementree" | ||
310 | RDEPENDS_python-elementtree="python-core" | ||
311 | FILES_python-elementtree="${libdir}/python2.5/lib-dynload/_elementtree.so" | ||
312 | |||
313 | DESCRIPTION_python-shlex="Python shlex" | ||
314 | RDEPENDS_python-shlex="python-core" | ||
315 | FILES_python-shlex="${libdir}/python2.5/shlex.*" | ||
diff --git a/meta/packages/python/python_2.5.2.bb b/meta/packages/python/python_2.5.2.bb index d779865801..151991109d 100644 --- a/meta/packages/python/python_2.5.2.bb +++ b/meta/packages/python/python_2.5.2.bb | |||
@@ -5,7 +5,7 @@ SECTION = "devel/python" | |||
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | DEPENDS = "python-native readline zlib gdbm openssl sqlite3 bzip2" | 6 | DEPENDS = "python-native readline zlib gdbm openssl sqlite3 bzip2" |
7 | DEPENDS_sharprom = "python-native readline zlib gdbm openssl" | 7 | DEPENDS_sharprom = "python-native readline zlib gdbm openssl" |
8 | PR = "ml2" | 8 | PR = "ml3" |
9 | 9 | ||
10 | PYTHON_MAJMIN = "2.5" | 10 | PYTHON_MAJMIN = "2.5" |
11 | 11 | ||