summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-10-18 15:06:18 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-19 20:26:45 -0700
commitf3dcc442e4774e9bdedc0be93caf921958abeb7d (patch)
treede7d672a831f5d1751f57348933f2174791f47d0 /meta-python
parentf8390dbcda8d31912de6f695fdbc67047c7e3520 (diff)
downloadmeta-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.bb1
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"
8UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ipython_genutils" 8UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ipython_genutils"
9UPSTREAM_CHECK_REGEX = "/ipython_genutils/(?P<pver>(\d+[\.\-_]*)+)" 9UPSTREAM_CHECK_REGEX = "/ipython_genutils/(?P<pver>(\d+[\.\-_]*)+)"
10 10
11SRC_URI[md5sum] = "5a4f9781f78466da0ea1a648f3e1f79f"
12SRC_URI[sha256sum] = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8" 11SRC_URI[sha256sum] = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8"
13 12
14inherit setuptools3 pypi 13inherit setuptools3 pypi