diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-03 16:15:38 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-03 16:22:27 +0100 |
commit | f5d962579bbe4add4dad10664e73e7c43209a1c5 (patch) | |
tree | db7565e984f7627bf85123e00449c178e624ba1b /packages/tasks | |
parent | 4037943fc2bcdbbadd523a892be17c5179636e77 (diff) |
python-fugrep 0.50: new recipe; a python library for fuzzy pattern matching.
* add to task-python-everything
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-python-everything.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb index 5b0d4a1be6..02cecbf586 100644 --- a/packages/tasks/task-python-everything.bb +++ b/packages/tasks/task-python-everything.bb @@ -1,7 +1,7 @@ DESCRIPTION= "Everything Python" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml35" +PR = "ml36" RDEPENDS = "\ python-ao \ @@ -16,6 +16,7 @@ RDEPENDS = "\ python-fnorb \ python-formencode \ python-fpconst \ + python-fugrep \ python-fuse \ python-fusil \ python-gammu \ |