From: Michael 'Mickey' Lauer Date: Sun, 11 Jan 2009 17:32:24 +0000 (+0000) Subject: python-fam: bump for python 2.6 X-Git-Tag: Release-2010-05/1~4349^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0ff3da7d783a2ca6c864f972b39fce4d4f2932d;p=openembedded.git python-fam: bump for python 2.6 --- 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" +