From 468e565f0cb37b2bc07f9d1fb7dea6cd62d5afc3 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 15 Jul 2016 15:27:23 -0400 Subject: python-django-south: add package RDEPENDS Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-django-south_1.0.2.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-django-south_1.0.2.bb') diff --git a/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb b/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb index 4d071c463..3a2775807 100644 --- a/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb +++ b/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb @@ -8,6 +8,10 @@ SRC_URI[md5sum] = "c76a9758b2011bc3b6c39f881bba2f66" SRC_URI[sha256sum] = "d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4" PYPI_PACKAGE = "South" -inherit pypi distutils +inherit pypi setuptools BBCLASSEXTEND = "nativesdk" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-django \ + " -- cgit v1.2.3-54-g00ecf