aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-10-31 12:46:12 -0400
committerArmin Kuster <akuster808@gmail.com>2017-11-15 16:34:06 -0800
commit0d99bfc894e20c14136152b97b5c6ca3659d9380 (patch)
tree4d67f03a46c206fe95b1772911ed625836813140 /meta-python/recipes-devtools/python
parentafaaf4a8b7374835041d844becca2f7fb84fed14 (diff)
downloadmeta-openembedded-contrib-0d99bfc894e20c14136152b97b5c6ca3659d9380.tar.gz
python-ply: update to use the pypi class
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://README.md;beginline=3;endline=30;md5=fcb04bc2f765e46ab7084d6ab6e452bb"
-SRCNAME = "ply"
-
-SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-
SRC_URI[md5sum] = "1d63c166ab250bab87d8dcc42dcca70e"
SRC_URI[sha256sum] = "96e94af7dd7031d8d6dd6e2a8e0de593b511c211a86e28a9c9621c275ac8bacb"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
+inherit pypi setuptools