summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-netifaces.inc10
-rw-r--r--meta-openstack/recipes-devtools/python/python-netifaces_0.10.9.bb12
-rw-r--r--meta-openstack/recipes-devtools/python/python3-netifaces_0.10.9.bb2
3 files changed, 14 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-netifaces.inc b/meta-openstack/recipes-devtools/python/python-netifaces.inc
new file mode 100644
index 0000000..b1b1ed5
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-netifaces.inc
@@ -0,0 +1,10 @@
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
index 05f5f4a..aa9760b 100644
--- a/meta-openstack/recipes-devtools/python/python-netifaces_0.10.9.bb
+++ b/meta-openstack/recipes-devtools/python/python-netifaces_0.10.9.bb
@@ -1,10 +1,2 @@
1DESCRIPTION = "Portable network interface information." 1inherit setuptools
2HOMEPAGE = "http://alastairs-place.net/netifaces" 2require python-netifaces.inc
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 setuptools pypi
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
new file mode 100644
index 0000000..a46326f
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-netifaces_0.10.9.bb
@@ -0,0 +1,2 @@
1inherit setuptools3
2require python-netifaces.inc