summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-11 12:07:05 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-12 12:28:32 -0500
commit0f3b65c785ee60ef069487333d58fbd1f3e8540d (patch)
tree00c4806a2daa9a56a92dcadf3e5b82d4ff34ec7f /meta-openstack
parentaa942604b97da00b045beb7735cba0b975123cca (diff)
downloadmeta-cloud-services-0f3b65c785ee60ef069487333d58fbd1f3e8540d.tar.gz
python-netifaces: Remove the recipe
Because they already exist in meta-openembedded, remove the recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-netifaces.inc10
-rw-r--r--meta-openstack/recipes-devtools/python/python-netifaces_0.10.9.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-netifaces_0.10.9.bb2
3 files changed, 0 insertions, 14 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-netifaces.inc b/meta-openstack/recipes-devtools/python/python-netifaces.inc
deleted file mode 100644
index b1b1ed5..0000000
--- a/meta-openstack/recipes-devtools/python/python-netifaces.inc
+++ /dev/null
@@ -1,10 +0,0 @@
1DESCRIPTION = "Portable network interface information."
2HOMEPAGE = "http://alastairs-place.net/netifaces"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6
7SRC_URI[md5sum] = "de92cc322b4f56047c073f802ad77860"
8SRC_URI[sha256sum] = "2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3"
9
10inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python-netifaces_0.10.9.bb b/meta-openstack/recipes-devtools/python/python-netifaces_0.10.9.bb
deleted file mode 100644
index aa9760b..0000000
--- a/meta-openstack/recipes-devtools/python/python-netifaces_0.10.9.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1inherit setuptools
2require python-netifaces.inc
diff --git a/meta-openstack/recipes-devtools/python/python3-netifaces_0.10.9.bb b/meta-openstack/recipes-devtools/python/python3-netifaces_0.10.9.bb
deleted file mode 100644
index a46326f..0000000
--- a/meta-openstack/recipes-devtools/python/python3-netifaces_0.10.9.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1inherit setuptools3
2require python-netifaces.inc