diff options
| author | Andrei Gherzan <andrei.gherzan@huawei.com> | 2021-03-05 16:02:51 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-08 07:30:03 -0800 |
| commit | bf86aa8529fe822978899eb7d6704fe531b62bb4 (patch) | |
| tree | 3de12172c997c84dedf8673a6a2b54e162160136 /meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb | |
| parent | 4003eca4661c2654174476384014e74d912abf9f (diff) | |
| download | meta-openembedded-bf86aa8529fe822978899eb7d6704fe531b62bb4.tar.gz | |
python3-ifaddr: Integrate a dependency of pysonos
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb b/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb new file mode 100644 index 0000000000..4fff7d1e58 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | DESCRIPTION = "Cross-platform network interface and IP address enumeration \ | ||
| 2 | library" | ||
| 3 | HOMEPAGE = "https://pypi.org/project/ifaddr/" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8debe8d42320ec0ff24665319b625a5e" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
