From 61e52047e1c593ec7902b1ddf34d4ebc5fdc3879 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 24 Jun 2020 18:16:20 +0300 Subject: python3-netifaces: Consolidate in a single file Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-netifaces_0.10.9.bb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb') 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 index 69d5c674c0..7edb7e7fb7 100644 --- a/meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb +++ b/meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb @@ -1,2 +1,10 @@ -require python-netifaces.inc -inherit setuptools3 +DESCRIPTION = "Portable network interface information for Python" +SECTION = "devel/python" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df" + +SRC_URI[md5sum] = "de92cc322b4f56047c073f802ad77860" +SRC_URI[sha256sum] = "2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3" + +inherit pypi setuptools3 -- cgit 1.2.3-korg