diff options
author | Derek Straka <derek@asterius.io> | 2016-07-15 15:27:23 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:40 +0200 |
commit | 468e565f0cb37b2bc07f9d1fb7dea6cd62d5afc3 (patch) | |
tree | 4b6336363e44d2358a056e2894522b198c64e32a /meta-python | |
parent | 795dc3f0e3af3c98cad000852d57779f6605882f (diff) | |
download | meta-openembedded-468e565f0cb37b2bc07f9d1fb7dea6cd62d5afc3.tar.gz |
python-django-south: add package RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-django-south_1.0.2.bb | 6 |
1 files changed, 5 insertions, 1 deletions
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" | |||
8 | SRC_URI[sha256sum] = "d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4" | 8 | SRC_URI[sha256sum] = "d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4" |
9 | 9 | ||
10 | PYPI_PACKAGE = "South" | 10 | PYPI_PACKAGE = "South" |
11 | inherit pypi distutils | 11 | inherit pypi setuptools |
12 | 12 | ||
13 | BBCLASSEXTEND = "nativesdk" | 13 | BBCLASSEXTEND = "nativesdk" |
14 | |||
15 | RDEPENDS_${PN} += "\ | ||
16 | ${PYTHON_PN}-django \ | ||
17 | " | ||