summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.63.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-17 13:39:38 -0500
committerArmin Kuster <akuster808@gmail.com>2017-11-30 09:13:32 -0800
commitb689a9fe90d41dbafd17eea04d939670d0476475 (patch)
treea622ae7ca7fa428b26fd3bd0a2ed64a3c08d6173 /meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.63.bb
parent02fe38296f77cd6a1bd640b29f8bab7fad40af72 (diff)
downloadmeta-openembedded-b689a9fe90d41dbafd17eea04d939670d0476475.tar.gz
python-pyro4: update to version 4.63
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.63.bb')
-rw-r--r--meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.63.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.63.bb b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.63.bb
new file mode 100644
index 0000000000..6f683e3e7f
--- /dev/null
+++ b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.63.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Python Remote Objects"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=378acef375e17a3bff03bd0f78c53220"
4
5SRC_URI[md5sum] = "e1d772b67bf7c6f75fa3174bc95c8839"
6SRC_URI[sha256sum] = "67d2b34156619ba37e92100af95aade8129dd2b7327eb05821d43887451f7d7b"
7
8PYPI_PACKAGE = "Pyro4"
9
10inherit pypi setuptools
11
12RDEPENDS_${PN} += " \
13 ${PYTHON_PN}-logging \
14 ${PYTHON_PN}-selectors34 \
15 ${PYTHON_PN}-serpent \
16 ${PYTHON_PN}-threading \
17 ${PYTHON_PN}-zlib \
18 "