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>
This commit is contained in:
Jacopo Dall'Aglio
2019-11-29 13:10:43 +00:00
committed by Khem Raj
parent 448a5be9a3
commit 459dbf1078
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
require python-netifaces.inc
inherit setuptools3