aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@huawei.com>2021-03-05 16:02:51 +0000
committerKhem Raj <raj.khem@gmail.com>2021-03-05 14:54:32 -0800
commit254777a3451896b709c7edd292fc72fb668316c1 (patch)
tree4a696c8882668f4b492b19a785353c7b20a65b73
parent177c3c4ac2548a97327e0db34791566192174d18 (diff)
downloadmeta-openembedded-contrib-254777a3451896b709c7edd292fc72fb668316c1.tar.gz
python3-ifaddr: Integrate a dependency of pysonos
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb10
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 @@
+DESCRIPTION = "Cross-platform network interface and IP address enumeration \
+library"
+HOMEPAGE = "https://pypi.org/project/ifaddr/"
+LICENSE = "MIT"
+
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8debe8d42320ec0ff24665319b625a5e"
+
+SRC_URI[sha256sum] = "1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94"
+
+inherit pypi setuptools3