summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-sparts_0.7.3.bb
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2020-01-20 20:17:48 +0000
committerKhem Raj <raj.khem@gmail.com>2020-01-22 09:56:34 -0800
commit05d0c5eee319055816bbea8b9dd972f723f68019 (patch)
tree4d8a93409d360a347586f83aee7b7129132218ee /meta-python/recipes-devtools/python/python-sparts_0.7.3.bb
parent698c36f58434009844b90d7bda1ab38b5af3d62a (diff)
downloadmeta-openembedded-05d0c5eee319055816bbea8b9dd972f723f68019.tar.gz
meta-python: remove python2 recipes from layer
Remove recipes which require python2 from the layer. Those recipes are moved to meta-python2 and are not required here any longer. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-sparts_0.7.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-sparts_0.7.3.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python-sparts_0.7.3.bb b/meta-python/recipes-devtools/python/python-sparts_0.7.3.bb
deleted file mode 100644
index a1253112c8..0000000000
--- a/meta-python/recipes-devtools/python/python-sparts_0.7.3.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "Library for rapid service prototyping with minimal boilerplate"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=0c1554636a564da3baf037ac652fc831"
4
5SRC_URI[md5sum] = "6aa8815652c6f5e5e8e5b2ac1813dd87"
6SRC_URI[sha256sum] = "b25707c349079a7c888155e7fdfd8394df2da9aca9c8eee4e205528cb16b7662"
7
8inherit pypi setuptools
9
10RDEPENDS_${PN} = "\
11 python-subprocess \
12 python-six \
13 python-argparse \
14 python-re \
15 python-shell \
16 python-threading \
17 python-logging \
18 python-unixadmin \
19 python-distutils \
20 python-daemonize \
21 python-futures \
22"