diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-django-south.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-django-south.inc b/meta-python/recipes-devtools/python/python-django-south.inc index ce904b694..e4f03b937 100644 --- a/meta-python/recipes-devtools/python/python-django-south.inc +++ b/meta-python/recipes-devtools/python/python-django-south.inc | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef | |||
10 | PYPI_PACKAGE = "South" | 10 | PYPI_PACKAGE = "South" |
11 | inherit pypi | 11 | inherit pypi |
12 | 12 | ||
13 | BBCLASSEXTEND = "nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS_${PN} += "\ |
16 | ${PYTHON_PN}-django \ | 16 | ${PYTHON_PN}-django \ |