diff options
| author | Koen Kooi <koen@openembedded.org> | 2006-05-13 18:27:19 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-13 18:27:19 +0000 |
| commit | 348f2ded2310934f32774fce605625e2976a2d5e (patch) | |
| tree | 7d9201971ddf6c5b7f9dfdb87ddf99e247071ebf /packages/python/python-pysqlite2_2.2.2.bb | |
| parent | 86263c55f7025aa4d0e7c1619a28ed2459d97897 (diff) | |
| parent | bbd7bd75f82d177e6ea894672148a76f0b0e6d92 (diff) | |
merge of af4df6cf6c1c2920365147ec393e688fdb85b6de
and c8459c74f176dc141188b488b5c3e56beb6ebf13
Diffstat (limited to 'packages/python/python-pysqlite2_2.2.2.bb')
| -rw-r--r-- | packages/python/python-pysqlite2_2.2.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/python/python-pysqlite2_2.2.2.bb b/packages/python/python-pysqlite2_2.2.2.bb new file mode 100644 index 0000000000..124a2ed5bc --- /dev/null +++ b/packages/python/python-pysqlite2_2.2.2.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "A Python extension for the SQLite Embedded Relational Database" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +LICENSE = "PSF" +RDEPENDS = "python-core python-re python-lang" +DEPENDS = "sqlite3" +SRCNAME = "pysqlite" +PR = "ml0" + +SRC_URI = "http://initd.org/pub/software/pysqlite/releases/2.0/${PV}/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |
