summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-netifaces.inc10
-rw-r--r--meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb12
2 files changed, 10 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python-netifaces.inc b/meta-python/recipes-devtools/python/python-netifaces.inc
deleted file mode 100644
index daccc4fba3..0000000000
--- a/meta-python/recipes-devtools/python/python-netifaces.inc
+++ /dev/null
@@ -1,10 +0,0 @@
1DESCRIPTION = "Portable network interface information for Python"
2SECTION = "devel/python"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df"
6
7SRC_URI[md5sum] = "de92cc322b4f56047c073f802ad77860"
8SRC_URI[sha256sum] = "2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3"
9
10inherit pypi
diff --git a/meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb b/meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb
index 69d5c674c0..7edb7e7fb7 100644
--- a/meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb
+++ b/meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb
@@ -1,2 +1,10 @@
1require python-netifaces.inc 1DESCRIPTION = "Portable network interface information for Python"
2inherit setuptools3 2SECTION = "devel/python"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df"
6
7SRC_URI[md5sum] = "de92cc322b4f56047c073f802ad77860"
8SRC_URI[sha256sum] = "2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3"
9
10inherit pypi setuptools3