summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb10
1 files changed, 2 insertions, 8 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
index 45b793dcc..5b4ca7b9d 100644
--- a/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb
+++ b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb
@@ -1,16 +1,10 @@
1SUMMARY = "Python Remote Objects" 1SUMMARY = "Python Remote Objects"
2HOMEPAGE = "https://pypi.python.org/pypi/Pyro4/"
3SECTION = "devel/python"
4LICENSE = "MIT" 2LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=b48b62dd270c4691fabaa85be3236030" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=b48b62dd270c4691fabaa85be3236030"
6 4
7SRCNAME = "Pyro4"
8
9SRC_URI = "https://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "75ed5cd142803b0a8d587dc8b6bb51ed" 5SRC_URI[md5sum] = "75ed5cd142803b0a8d587dc8b6bb51ed"
12SRC_URI[sha256sum] = "39c6ca7f86b0f0bebfeada687a5a8b99f66470a52b0f815195ae63c683266f24" 6SRC_URI[sha256sum] = "39c6ca7f86b0f0bebfeada687a5a8b99f66470a52b0f815195ae63c683266f24"
13 7
14S = "${WORKDIR}/${SRCNAME}-${PV}" 8PYPI_PACKAGE = "Pyro4"
15 9
16inherit setuptools 10inherit pypi setuptools