diff options
author | J. S. <schonm@gmail.com> | 2024-10-18 15:06:18 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-19 20:26:45 -0700 |
commit | f3dcc442e4774e9bdedc0be93caf921958abeb7d (patch) | |
tree | de7d672a831f5d1751f57348933f2174791f47d0 /meta-python | |
parent | f8390dbcda8d31912de6f695fdbc67047c7e3520 (diff) | |
download | meta-openembedded-f3dcc442e4774e9bdedc0be93caf921958abeb7d.tar.gz |
python3-ipython-genutils: 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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb b/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb index 3261d80474..2a25d1d913 100644 --- a/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb | |||
@@ -8,7 +8,6 @@ PYPI_PACKAGE = "ipython_genutils" | |||
8 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ipython_genutils" | 8 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ipython_genutils" |
9 | UPSTREAM_CHECK_REGEX = "/ipython_genutils/(?P<pver>(\d+[\.\-_]*)+)" | 9 | UPSTREAM_CHECK_REGEX = "/ipython_genutils/(?P<pver>(\d+[\.\-_]*)+)" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "5a4f9781f78466da0ea1a648f3e1f79f" | ||
12 | SRC_URI[sha256sum] = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8" | 11 | SRC_URI[sha256sum] = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8" |
13 | 12 | ||
14 | inherit setuptools3 pypi | 13 | inherit setuptools3 pypi |