aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-06-23 12:02:27 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-11 15:16:05 +0200
commit1bdc0e7e70bc10cc4384277c798b6b53e218da9f (patch)
treefa4f58f58a7772b63bb6dbc88d275c8c7c540213 /recipes-connectivity
parentc7b08bbe1e5fc63b48e0bec5d70d0115aad11df6 (diff)
downloadmeta-python2-1bdc0e7e70bc10cc4384277c798b6b53e218da9f.tar.gz
python-pyro4: update recipe to use the pypi class
(From meta-openembedded commit: 14e11e7a852daa63b515b14c50b078bb30283215) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/python-pyro4/python-pyro4_4.39.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb b/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb
index 45b793d..5b4ca7b 100644
--- a/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb
+++ b/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb
@@ -1,16 +1,10 @@
SUMMARY = "Python Remote Objects"
-HOMEPAGE = "https://pypi.python.org/pypi/Pyro4/"
-SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b48b62dd270c4691fabaa85be3236030"
-SRCNAME = "Pyro4"
-
-SRC_URI = "https://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-
SRC_URI[md5sum] = "75ed5cd142803b0a8d587dc8b6bb51ed"
SRC_URI[sha256sum] = "39c6ca7f86b0f0bebfeada687a5a8b99f66470a52b0f815195ae63c683266f24"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
+PYPI_PACKAGE = "Pyro4"
-inherit setuptools
+inherit pypi setuptools