diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2020-01-20 20:17:48 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:34 -0800 |
commit | 05d0c5eee319055816bbea8b9dd972f723f68019 (patch) | |
tree | 4d8a93409d360a347586f83aee7b7129132218ee /meta-python/recipes-connectivity | |
parent | 698c36f58434009844b90d7bda1ab38b5af3d62a (diff) | |
download | meta-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-connectivity')
8 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-connectivity/python-gsocketpool/python-gsocketpool_0.1.6.bb b/meta-python/recipes-connectivity/python-gsocketpool/python-gsocketpool_0.1.6.bb deleted file mode 100644 index e96ad1ca1b..0000000000 --- a/meta-python/recipes-connectivity/python-gsocketpool/python-gsocketpool_0.1.6.bb +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | require python-gsocketpool.inc | ||
2 | inherit setuptools | ||
diff --git a/meta-python/recipes-connectivity/python-h2/python-h2_3.1.1.bb b/meta-python/recipes-connectivity/python-h2/python-h2_3.1.1.bb deleted file mode 100644 index b841297420..0000000000 --- a/meta-python/recipes-connectivity/python-h2/python-h2_3.1.1.bb +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | require python-h2.inc | ||
2 | |||
3 | inherit setuptools | ||
diff --git a/meta-python/recipes-connectivity/python-hpack/python-hpack_3.0.0.bb b/meta-python/recipes-connectivity/python-hpack/python-hpack_3.0.0.bb deleted file mode 100644 index faaeb8555f..0000000000 --- a/meta-python/recipes-connectivity/python-hpack/python-hpack_3.0.0.bb +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | require python-hpack.inc | ||
2 | |||
3 | inherit setuptools | ||
diff --git a/meta-python/recipes-connectivity/python-hyperframe/python-hyperframe_5.2.0.bb b/meta-python/recipes-connectivity/python-hyperframe/python-hyperframe_5.2.0.bb deleted file mode 100644 index 4f0c9977a8..0000000000 --- a/meta-python/recipes-connectivity/python-hyperframe/python-hyperframe_5.2.0.bb +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | require python-hyperframe.inc | ||
2 | |||
3 | inherit setuptools | ||
diff --git a/meta-python/recipes-connectivity/python-mprpc/python-mprpc_0.1.17.bb b/meta-python/recipes-connectivity/python-mprpc/python-mprpc_0.1.17.bb deleted file mode 100644 index 6b2ea21932..0000000000 --- a/meta-python/recipes-connectivity/python-mprpc/python-mprpc_0.1.17.bb +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | require python-mprpc.inc | ||
2 | inherit setuptools | ||
diff --git a/meta-python/recipes-connectivity/python-priority/python-priority_1.3.0.bb b/meta-python/recipes-connectivity/python-priority/python-priority_1.3.0.bb deleted file mode 100644 index cbe2625763..0000000000 --- a/meta-python/recipes-connectivity/python-priority/python-priority_1.3.0.bb +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | require python-priority.inc | ||
2 | |||
3 | inherit setuptools | ||
diff --git a/meta-python/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb b/meta-python/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb deleted file mode 100644 index 3c12db9446..0000000000 --- a/meta-python/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require python-pyconnman.inc | ||
2 | |||
3 | inherit setuptools | ||
4 | |||
5 | RDEPENDS_${PN} += "python-dbus python-pprint" | ||
diff --git a/meta-python/recipes-connectivity/python-pytun/python-pytun_2.3.0.bb b/meta-python/recipes-connectivity/python-pytun/python-pytun_2.3.0.bb deleted file mode 100644 index 3fc587f3a3..0000000000 --- a/meta-python/recipes-connectivity/python-pytun/python-pytun_2.3.0.bb +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | require python-pytun.inc | ||
2 | inherit setuptools | ||