diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-24 18:16:20 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-25 10:22:16 -0700 |
commit | 61e52047e1c593ec7902b1ddf34d4ebc5fdc3879 (patch) | |
tree | 83d4d55656afd6bffb662600629b0fc6dd7354fe /meta-python/recipes-devtools/python/python-netifaces.inc | |
parent | df2d009b3ddf64e202235f29d389cdc06be788b4 (diff) | |
download | meta-openembedded-61e52047e1c593ec7902b1ddf34d4ebc5fdc3879.tar.gz |
python3-netifaces: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.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/python-netifaces.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-netifaces.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python-netifaces.inc b/meta-python/recipes-devtools/python/python-netifaces.inc deleted file mode 100644 index daccc4fba3..0000000000 --- a/meta-python/recipes-devtools/python/python-netifaces.inc +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
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 | ||