diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-08-26 15:37:57 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-08-30 00:16:17 -0400 |
| commit | ff859cf8717d65b1d0b8b6fef5d14f7aeb120eb2 (patch) | |
| tree | dd36a731831e3386ee22eb4ab79c14e6193d768c /meta-openstack/recipes-devtools/python | |
| parent | 9edcb663531220fd65e11ed387b86ea48cfe37ef (diff) | |
| download | meta-cloud-services-ff859cf8717d65b1d0b8b6fef5d14f7aeb120eb2.tar.gz | |
python-netifaces: Add python3 version
Providing a python3 version of python-netifaces.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
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 @@ | |||
| 1 | DESCRIPTION = "Portable network interface information." | ||
| 2 | HOMEPAGE = "http://alastairs-place.net/netifaces" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "de92cc322b4f56047c073f802ad77860" | ||
| 8 | SRC_URI[sha256sum] = "2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3" | ||
| 9 | |||
| 10 | inherit 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 @@ | |||
| 1 | DESCRIPTION = "Portable network interface information." | 1 | inherit setuptools |
| 2 | HOMEPAGE = "http://alastairs-place.net/netifaces" | 2 | require python-netifaces.inc |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "de92cc322b4f56047c073f802ad77860" | ||
| 8 | SRC_URI[sha256sum] = "2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3" | ||
| 9 | |||
| 10 | inherit 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 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-netifaces.inc | ||
