diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-02 22:39:30 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-02 22:39:30 +0100 |
commit | cda792fbe0a54d6d78860ac27794dbfa2be1b28f (patch) | |
tree | 9f4f4b3617e392bd4a3cacf5137edb55a13a7c11 /packages/tasks/task-python-everything.bb | |
parent | 178007af8cc90afe68c79605bc22de2d8b72bdff (diff) |
python-fusil 1.1: new recipe; Python library for fuzzy algorithms.
* add to task-python-everything
* closes bug #4495
Diffstat (limited to 'packages/tasks/task-python-everything.bb')
-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 6c8e21ebd9..5b0d4a1be6 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 = "ml34" +PR = "ml35" RDEPENDS = "\ python-ao \ @@ -17,6 +17,7 @@ RDEPENDS = "\ python-formencode \ python-fpconst \ python-fuse \ + python-fusil \ python-gammu \ python-gmpy \ python-gnosis \ |