diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-19 21:03:10 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-19 21:03:10 +0000 |
commit | 40b1984d6537a76dbc047c9208ca9e873e8532df (patch) | |
tree | de6638f11f50c86725102f74ce32f85ea12a34e2 | |
parent | f69d25608e36d4d76dbd76d215350074ca0f060e (diff) |
task-python-everything: removed python-crypto as it does not build (acked by Mickeyl)
-rw-r--r-- | packages/tasks/task-python-everything.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb index 4eb843fa5e..1f4dbbc751 100644 --- a/packages/tasks/task-python-everything.bb +++ b/packages/tasks/task-python-everything.bb @@ -1,13 +1,12 @@ DESCRIPTION= "Everything Python" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml17" +PR = "ml18" RDEPENDS = "\ python-ao \ python-cheetah \ python-constraint \ - python-crypto \ python-dbus \ python-dialog \ python-evas \ |