diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-14 02:16:14 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-14 02:16:14 +0000 |
commit | f82807b2104cb2bca946a8e713c8affc7f7bf4bc (patch) | |
tree | 4378d65b1c36466920a6947821a96db9ec567b39 /packages/python/python-xappy_0.5.bb | |
parent | c54d7bf225e0d956b8c2eb0a9a3b160e88453e1f (diff) |
python-xappy: bump for python 2.6
Diffstat (limited to 'packages/python/python-xappy_0.5.bb')
-rw-r--r-- | packages/python/python-xappy_0.5.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/python/python-xappy_0.5.bb b/packages/python/python-xappy_0.5.bb index d257905896..ae9cda69fb 100644 --- a/packages/python/python-xappy_0.5.bb +++ b/packages/python/python-xappy_0.5.bb @@ -1,15 +1,15 @@ DESCRIPTION = "The xappy python module is an easy-to-use interface to the Xapian search engine" +SECTION = "python/devel" LICENSE = "GPLv2" - -DEPENDS += "xapian-core" +DEPENDS = "xapian-core" +PR = "ml0" SRC_URI = "http://xappy.googlecode.com/files/xappy-${PV}.tar.gz" +S = "${WORKDIR}/xappy-${PV}" inherit distutils -S = "${WORKDIR}/xappy-${PV}" - do_stage() { distutils_stage_all } - + |