diff options
author | J. S. <schonm@gmail.com> | 2024-10-18 15:05:53 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-19 20:26:42 -0700 |
commit | d71b4ea8e7e6f12be854e18abab47338d1f3f231 (patch) | |
tree | 4b5b046f917e3aaf626560f0a95541cc6cb31697 /meta-python/recipes-devtools/python/python-django-south.inc | |
parent | d9cfcad1df9f5d467d38788e73d67395e80a27e1 (diff) | |
download | meta-openembedded-d71b4ea8e7e6f12be854e18abab47338d1f3f231.tar.gz |
python-django-south.inc: Drop unnecessary SRC_URI md5sum
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-django-south.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-django-south.inc | 1 |
1 files changed, 0 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 28eb84c563..c2932f9230 100644 --- a/meta-python/recipes-devtools/python/python-django-south.inc +++ b/meta-python/recipes-devtools/python/python-django-south.inc | |||
@@ -4,7 +4,6 @@ HOMEPAGE = "http://south.aeracode.org/" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=17;endline=18;md5=2155d8ae21e7c23101d5febac696b27e" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=17;endline=18;md5=2155d8ae21e7c23101d5febac696b27e" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "c76a9758b2011bc3b6c39f881bba2f66" | ||
8 | SRC_URI[sha256sum] = "d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4" | 7 | SRC_URI[sha256sum] = "d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4" |
9 | 8 | ||
10 | PYPI_PACKAGE = "South" | 9 | PYPI_PACKAGE = "South" |