diff options
author | J. S. <schonm@gmail.com> | 2024-10-18 15:06:52 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-19 20:26:50 -0700 |
commit | 8e57ed75fab2bcf64261c76931d67e9066981e72 (patch) | |
tree | 0fed9a39b4ba08d98df2eb50d048d9e102dd14d8 | |
parent | f56c193b320cc9d633eab3ed29ab2d65a8aaeb9e (diff) | |
download | meta-openembedded-8e57ed75fab2bcf64261c76931d67e9066981e72.tar.gz |
python3-visitor: 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-visitor_0.1.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-visitor_0.1.3.bb b/meta-python/recipes-devtools/python/python3-visitor_0.1.3.bb index ac3a90efb0..92a19a2d1f 100644 --- a/meta-python/recipes-devtools/python/python3-visitor_0.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-visitor_0.1.3.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "A tiny pythonic visitor implementation." | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" | 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "94a024ed0ec1b02b4497c15267d319ca" | ||
6 | SRC_URI[sha256sum] = "2c737903b2b6864ebc6167eef7cf3b997126f1aa94bdf590f90f1436d23e480a" | 5 | SRC_URI[sha256sum] = "2c737903b2b6864ebc6167eef7cf3b997126f1aa94bdf590f90f1436d23e480a" |
7 | 6 | ||
8 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |