diff options
author | Derek Straka <derek@asterius.io> | 2017-01-25 10:22:57 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:22 +0100 |
commit | b7eb68c7ee018a74d83af5f320bba59521eaf0a7 (patch) | |
tree | 44eb30eebc4c0ac4858bd595a070bf99071be7b1 /meta-python | |
parent | ebe26af3147682116c955d146263f3c943720ffe (diff) | |
download | meta-openembedded-b7eb68c7ee018a74d83af5f320bba59521eaf0a7.tar.gz |
python-pyro4: update to version 4.53
* Update license to reflect year change
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb | 10 | ||||
-rw-r--r-- | meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.53.bb | 18 |
2 files changed, 18 insertions, 10 deletions
diff --git a/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb deleted file mode 100644 index 5b4ca7b9d..000000000 --- a/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | SUMMARY = "Python Remote Objects" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b48b62dd270c4691fabaa85be3236030" | ||
4 | |||
5 | SRC_URI[md5sum] = "75ed5cd142803b0a8d587dc8b6bb51ed" | ||
6 | SRC_URI[sha256sum] = "39c6ca7f86b0f0bebfeada687a5a8b99f66470a52b0f815195ae63c683266f24" | ||
7 | |||
8 | PYPI_PACKAGE = "Pyro4" | ||
9 | |||
10 | inherit pypi setuptools | ||
diff --git a/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.53.bb b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.53.bb new file mode 100644 index 000000000..4730150c1 --- /dev/null +++ b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.53.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "Python Remote Objects" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=378acef375e17a3bff03bd0f78c53220" | ||
4 | |||
5 | SRC_URI[md5sum] = "71a2629229b7101996d41282c5c7157f" | ||
6 | SRC_URI[sha256sum] = "c6ca6461472a74a7608a2247413b66e951889351fcf8e9eed5d7232ae844b702" | ||
7 | |||
8 | PYPI_PACKAGE = "Pyro4" | ||
9 | |||
10 | inherit pypi setuptools | ||
11 | |||
12 | RDEPENDS_${PN} += " \ | ||
13 | ${PYTHON_PN}-logging \ | ||
14 | ${PYTHON_PN}-selectors34 \ | ||
15 | ${PYTHON_PN}-serpent \ | ||
16 | ${PYTHON_PN}-threading \ | ||
17 | ${PYTHON_PN}-zlib \ | ||
18 | " | ||