diff options
author | Jacopo Dall'Aglio <jacopo.dallaglio@kynetics.com> | 2019-11-29 13:10:43 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-30 00:14:02 -0800 |
commit | 459dbf10783a89540d9334e823524ec1dbb21502 (patch) | |
tree | 43cbcfefbb39140c57262ae7758ff0bd868ee733 /meta-python/recipes-devtools/python/python-netifaces.inc | |
parent | 448a5be9a3c95a6c944e43768d183d9433d36038 (diff) | |
download | meta-openembedded-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/python-netifaces.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-netifaces.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-netifaces.inc b/meta-python/recipes-devtools/python/python-netifaces.inc new file mode 100644 index 0000000000..daccc4fba3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-netifaces.inc | |||
@@ -0,0 +1,10 @@ | |||
1 | DESCRIPTION = "Portable network interface information for Python" | ||
2 | SECTION = "devel/python" | ||
3 | |||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df" | ||
6 | |||
7 | SRC_URI[md5sum] = "de92cc322b4f56047c073f802ad77860" | ||
8 | SRC_URI[sha256sum] = "2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3" | ||
9 | |||
10 | inherit pypi | ||