summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-10-18 15:06:31 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-19 20:26:47 -0700
commit7fd5b05d105d9aba40e276973163ce67e6bdcb39 (patch)
treee281976c5b9e49f2e7228f52d19c94de2b04f620
parent8a721bffcef3e11f22dc08c00154a0c0e35a3bf1 (diff)
downloadmeta-openembedded-7fd5b05d105d9aba40e276973163ce67e6bdcb39.tar.gz
python3-passlib: Drop unnecessary SRC_URI md5sum
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb
index 8b66e25922..6f862804ce 100644
--- a/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb
+++ b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb
@@ -9,7 +9,6 @@ HOMEPAGE = "https://foss.heptapod.net/python-libs/passlib/wikis/home"
9LICENSE = "BSD-3-Clause" 9LICENSE = "BSD-3-Clause"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=c8449c5e10474d113ab787ed2753bafe" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=c8449c5e10474d113ab787ed2753bafe"
11 11
12SRC_URI[md5sum] = "3a229cbd00dfb33e99885b43325e0591"
13SRC_URI[sha256sum] = "defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c4152ebe04" 12SRC_URI[sha256sum] = "defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c4152ebe04"
14 13
15inherit pypi setuptools3 14inherit pypi setuptools3