diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-11 17:32:24 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-11 17:32:24 +0000 |
commit | a0ff3da7d783a2ca6c864f972b39fce4d4f2932d (patch) | |
tree | 5ee7bd3270a150df307bc494baa2df348d7b92d1 /packages/python | |
parent | 172db765a8854c1c0028596423fb1f484f1f3c8f (diff) |
python-fam: bump for python 2.6
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-fam_1.1.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/python/python-fam_1.1.1.bb b/packages/python/python-fam_1.1.1.bb index cf74265aa3..0a49402973 100644 --- a/packages/python/python-fam_1.1.1.bb +++ b/packages/python/python-fam_1.1.1.bb @@ -4,9 +4,11 @@ SECTION = "devel/python" PRIORITY = "optional" LICENSE = "LGPL" DEPENDS = "fam" -RDEPENDS = "fam python-core python-io" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz" inherit distutils +RDEPENDS = "fam python-core python-io" + |