aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb
diff options
context:
space:
mode:
authorJacopo Dall'Aglio <jacopo.dallaglio@kynetics.com>2019-11-29 13:10:43 +0000
committerKhem Raj <raj.khem@gmail.com>2019-11-30 00:14:02 -0800
commit459dbf10783a89540d9334e823524ec1dbb21502 (patch)
tree43cbcfefbb39140c57262ae7758ff0bd868ee733 /meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb
parent448a5be9a3c95a6c944e43768d183d9433d36038 (diff)
downloadmeta-openembedded-contrib-459dbf10783a89540d9334e823524ec1dbb21502.tar.gz
python-netifaces: add recipes
With netifaces it's possible to get the addresses of the machine's network interfaces from Python. Network configuration renderers such as Netplan depends on its Python3 implementation. Signed-off-by: Jacopo Dall'Aglio <jacopo.dallaglio@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb2
1 files changed, 2 insertions, 0 deletions
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
new file mode 100644
index 0000000000..69d5c674c0
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb
@@ -0,0 +1,2 @@
+require python-netifaces.inc
+inherit setuptools3