diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-25 17:52:33 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-25 17:54:02 +0100 |
commit | d930861216a318e6d851b2a8cea8f78b786bdec6 (patch) | |
tree | 0b7fc06cf71cb9061187c31b62af0ca8cb2be3b0 /packages/tasks/task-python-everything.bb | |
parent | 313d0662ee9183b85e9674f892c2f45fbcfe3a9e (diff) |
python-rpyc: new recipe; remote procedure call package for python
Diffstat (limited to 'packages/tasks/task-python-everything.bb')
-rw-r--r-- | packages/tasks/task-python-everything.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb index 02cecbf586..ca92c246b4 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 = "ml36" +PR = "ml38" RDEPENDS = "\ python-ao \ @@ -12,7 +12,7 @@ RDEPENDS = "\ python-dialog \ task-python-efl \ task-python-efl-examples \ - python-fam \ +# python-fam \ python-fnorb \ python-formencode \ python-fpconst \ @@ -76,6 +76,7 @@ RDEPENDS = "\ python-pyxml \ python-pyxmlrpc \ python-pyyaml \ + python-rpyc \ python-scapy \ python-scons \ python-setuptools \ @@ -89,7 +90,7 @@ RDEPENDS = "\ python-spyro \ python-sqlalchemy \ python-sqlobject \ - python-sword \ +# python-sword \ python-tlslite \ python-urwid \ python-vmaps \ |