diff options
Diffstat (limited to 'packages')
-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" + |