aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-10-31 12:48:17 -0400
committerArmin Kuster <akuster808@gmail.com>2017-11-15 16:34:06 -0800
commit54f6f64bcaf22e73fa6b2cdd57d9b30fd29f25d4 (patch)
tree435f95d4341a85c89363c04ee85db827b7d88c4f /meta-python/recipes-devtools/python
parent0d99bfc894e20c14136152b97b5c6ca3659d9380 (diff)
downloadmeta-openembedded-contrib-54f6f64bcaf22e73fa6b2cdd57d9b30fd29f25d4.tar.gz
python-pysmi: update recipe to use pypi
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-pysmi_0.1.2.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb b/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb
index aa234dd702..33a387ac7d 100644
--- a/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb
+++ b/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb
@@ -8,15 +8,9 @@ SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d8b1bbadd635f187dee74d999a8c67b8"
-SRCNAME = "pysmi"
-
-SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-
SRC_URI[md5sum] = "f8754e9ed75698cc16b40f125df85b12"
SRC_URI[sha256sum] = "e0912180fc6faa9c264df78f97e7c451f77f84f5bd840098d2ce7b1bf70082bc"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
+inherit pypi setuptools
RDEPENDS_${PN} = "python-ply"