diff options
author | Thomas Zimmermann <zimmermann@vdm-design.de> | 2009-08-12 10:31:58 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-12 10:31:58 +0200 |
commit | c80831a276fe0bc9f9718ac06241b26d043eef6c (patch) | |
tree | a1ed908e5132856ae8163d118af748bc87c73c36 /recipes/python/python.inc | |
parent | dd72daef5fd9b6660e8b9093607b4aea09ec643f (diff) |
python: add missing dependencies
* Added mimetools.py and rfc822.py to python-netclient
* Added python-json package
* Let python-email depend on python-netclient, because email/utils.py depends on base64.py
NOTE: Fixes http://trac.shr-project.org/trac/ticket/549
Diffstat (limited to 'recipes/python/python.inc')
-rw-r--r-- | recipes/python/python.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python.inc b/recipes/python/python.inc index 598d97cfd3..93c9569a26 100644 --- a/recipes/python/python.inc +++ b/recipes/python/python.inc @@ -4,7 +4,7 @@ LICENSE = "PSF" SECTION = "devel/python" PRIORITY = "optional" # bump this on every change in contrib/python/generate-manifest-2.6.py -INC_PR = "ml4" +INC_PR = "ml5" DEFAULT_PREFERENCE = "-26" |