summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-ply_3.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-ply_3.10.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-ply_3.10.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python-ply_3.10.bb b/meta-python/recipes-devtools/python/python-ply_3.10.bb
index 8e61efa796..9d019ae031 100644
--- a/meta-python/recipes-devtools/python/python-ply_3.10.bb
+++ b/meta-python/recipes-devtools/python/python-ply_3.10.bb
@@ -5,13 +5,7 @@ SECTION = "devel/python"
5LICENSE = "BSD" 5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://README.md;beginline=3;endline=30;md5=fcb04bc2f765e46ab7084d6ab6e452bb" 6LIC_FILES_CHKSUM = "file://README.md;beginline=3;endline=30;md5=fcb04bc2f765e46ab7084d6ab6e452bb"
7 7
8SRCNAME = "ply"
9
10SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "1d63c166ab250bab87d8dcc42dcca70e" 8SRC_URI[md5sum] = "1d63c166ab250bab87d8dcc42dcca70e"
13SRC_URI[sha256sum] = "96e94af7dd7031d8d6dd6e2a8e0de593b511c211a86e28a9c9621c275ac8bacb" 9SRC_URI[sha256sum] = "96e94af7dd7031d8d6dd6e2a8e0de593b511c211a86e28a9c9621c275ac8bacb"
14 10
15S = "${WORKDIR}/${SRCNAME}-${PV}" 11inherit pypi setuptools
16
17inherit setuptools