diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 04:40:14 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 04:40:14 +0000 |
commit | e6623f3caf8f58473c3696f7047629459e8e186f (patch) | |
tree | 247fc22340e2fab03b93f063fc57709bfebb73c1 /packages/tasks | |
parent | 50a2debf442776e1a584cb8828adf56b67124c14 (diff) |
add python-simplejson. closes #2460
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-python-everything_20060425.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/tasks/task-python-everything_20060425.bb b/packages/tasks/task-python-everything_20060425.bb index d8f7b82632..29c4a38855 100644 --- a/packages/tasks/task-python-everything_20060425.bb +++ b/packages/tasks/task-python-everything_20060425.bb @@ -1,7 +1,7 @@ DESCRIPTION= "Everything Python" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml11" +PR = "ml12" BROKEN_BECAUSE_GCC4 = "\ python-egenix-mx-base" @@ -57,6 +57,7 @@ RDEPENDS = "\ python-scapy \ python-scons \ python-setuptools \ + python-simplejson \ python-sip \ python-sgmlop \ python-snmplib \ |