diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb b/meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb index 8237cf034d..5b0f6c6f3b 100644 --- a/meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb | |||
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=17;endline=18;md5=2155d8ae21e7c231 | |||
7 | SRC_URI[sha256sum] = "d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4" | 7 | SRC_URI[sha256sum] = "d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4" |
8 | 8 | ||
9 | PYPI_PACKAGE = "South" | 9 | PYPI_PACKAGE = "South" |
10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
11 | |||
10 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
11 | 13 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |